rules.mk

changeset 17
a034888a2227
parent 9
55e7f2ff6021
child 29
a2715cff4288
--- a/rules.mk	Sat Jul 01 14:18:56 2000 +0200
+++ b/rules.mk	Fri Jul 21 21:19:31 2000 +0200
@@ -42,10 +42,10 @@
 	$(CC) $(CFLAGS) -c $< -o $@
 
 _clean: 
-	rm -f core $(OBJS) $(DEPEND_FILE)
+	rm -f core $(OBJS) $(DEPEND_FILE) $(TO_CLEAN)
 
 _realclean: _clean
-	rm -f $(TARGETS)
+	rm -f $(TARGETS) $(TO_REALCLEAN)
 
 _depend:
 	$(MAKE_DEPEND) *.c

mercurial