Makefile

changeset 24
e04822101291
parent 1
20c788d1e278
child 94
57ea041df22f
--- a/Makefile	Sun Jan 15 14:20:25 2012 +0100
+++ b/Makefile	Wed Feb 08 23:43:02 2012 +0100
@@ -53,7 +53,7 @@
 	./build/test$(APP_EXT)
 
 clean: FORCE
-	$(RM) $(RMFLAGS) build/*
+	$(RM) $(RMFLAGS) build/*.${OBJ_EXT}
 
 FORCE:
 

mercurial