From 0ecd1f11790c77bbe15510a6b5a659fb255646bb Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 8 Sep 2004 17:09:08 +0000 Subject: [PATCH] Added better 'make clean' rule. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3a25958..0229861 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2004/09/07 10:38:38 rich Exp $ +# $Id: Makefile,v 1.3 2004/09/08 17:09:08 rich Exp $ include Makefile.config @@ -40,7 +40,7 @@ pkg-install: install -m 0644 templates/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates clean: - rm -f *~ core + find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean cocanwiki.sql: -- 1.8.3.1