Clean tests on clean.
authorPierre Habouzit <madcoder@debian.org>
Mon, 27 Aug 2007 21:33:40 +0000 (23:33 +0200)
committerPierre Habouzit <madcoder@debian.org>
Mon, 27 Aug 2007 21:33:40 +0000 (23:33 +0200)
Makefile

index 109daac..7ef024d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,7 @@ tst-rbl_SOURCES = tst-rbl.c
 all: $(PROGRAMS) $(GENERATED) | $(GENERATED)
 
 clean:
-       $(RM) $(PROGRAMS)
-       $(RM) .*.o .*.dep
+       $(RM) $(PROGRAMS) $(TESTS) .*.o .*.dep
 
 distclean: clean
        $(RM) $(GENERATED)