diff src/Makefile @ 123:9e2316dc6ecb

Program completion events
author Thinker K.F. Li <thinker@branda.to>
date Tue, 16 Sep 2008 14:19:26 +0800
parents e4e47d2cdbcd
children
line wrap: on
line diff
--- a/src/Makefile	Mon Sep 15 20:33:06 2008 +0800
+++ b/src/Makefile	Tue Sep 16 14:19:26 2008 +0800
@@ -50,7 +50,7 @@
 	$(CC) $(CFLAGS) `pkg-config --cflags cairo` -c $(.ALLSRC)
 
 clean:
-	for i in *.o *~ *.core $(SHAPE_OBJS) $(BINS); do \
+	for i in *.o *~ *.core $(SHAPE_OBJS) $(BINS) testcase; do \
 		echo "delete $$i"; \
 		rm -f $$i; \
 	done