aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-05 15:09:07 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-05 15:09:07 +0000
commit980ca5b3c0dc3e4bdbc7bd96e91071f8b10eb8d3 (patch)
tree5465a49bb3ff45e0e6faf5024fd507e90793adab /Makefile
parent5072d1df3c6b5a63456e2da6d7b659b397cb48e4 (diff)
make clean removes Emacs backups. Probably safe...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55b5a69c..cd1b2d89 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ all: $(ELC)
##
##
clean:
- rm -f $(ELC)
+ rm -f $(ELC) *~
(cd doc; $(MAKE) clean)