--- 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: