From 6e0b09b77d2cf85d2cd3b8e04f7f74737b7071e5 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 26 May 2000 17:42:50 +0000 Subject: Clean also deletes CVS temporaries (naughty, should be in devel.clean really) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bcfb6d5..82cd5ed3 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ perlscripts: rm -f .tmp) clean: - rm -f $(ELC) *~ + rm -f $(ELC) *~ */*~ .\#* */.\#* (cd doc; $(MAKE) clean) -- cgit v1.2.3