diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -43,7 +43,8 @@ copy \ function_pointers \ sort \ - min2time + min2time \ + recursive_compiler .SUFFIXES: .c .cc .asm @@ -235,6 +236,10 @@ @echo Linking $< ... @$(CC) -o $@ $< +recursive_compiler: recursive_compiler.o + @echo Linking $< ... + @$(CC) -o $@ $< + .PHONY: clean uninstall clean: