From: Pierre Habouzit Date: Mon, 27 Aug 2007 21:33:40 +0000 (+0200) Subject: Clean tests on clean. X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=cf693ca05447cfd471bfda79073d006797930d50 Clean tests on clean. --- diff --git a/Makefile b/Makefile index 109daac..7ef024d 100644 --- 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)