aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-26 17:42:50 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-26 17:42:50 +0000
commit6e0b09b77d2cf85d2cd3b8e04f7f74737b7071e5 (patch)
tree4bcac40e15cd0146404cb601e574ff33e4d04074 /Makefile
parent82ee7e629d3a6d3582eb78f17f29b3af3d8fa3d9 (diff)
Clean also deletes CVS temporaries (naughty, should be in devel.clean really)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)