From 3f2ce05498fcd485ae013df0c07c6f305f66415f Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Tue, 19 Jun 2012 10:43:11 +0200 Subject: in Makefile: add files to clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4f0111..1b07d2b 100644 --- a/Makefile +++ b/Makefile @@ -103,4 +103,4 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: - @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ + @-rm -f $(OBJS) $(DEPFILE) *.o *.so *.tgz *.tar.gz core* *~ *.bak -- cgit v1.2.3