Makefile
changeset 74 829976007e62
parent 73 d0578510aea1
child 76 c46968bddef5
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@
 TARGET += duff
 TARGET += unicode
 TARGET += fts
+TARGET += clplaner
 
 .SUFFIXES: .c .cc .asm
 
@@ -301,6 +302,10 @@
 	@echo Linking $< ...
 	@$(CC) -o $@ $<
 
+clplaner: clplaner.o
+	@echo Compiling $<...
+	@$(CC) -o $@ $<
+
 .PHONY: beauty clean uninstall
 
 clean: