Makefile
changeset 30 d037c433ec3e
parent 26 d227047a3e88
child 32 9b56360ec64e
--- 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: