aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 440c1c2a..fa5f5660 100644
--- a/Makefile
+++ b/Makefile
@@ -113,10 +113,11 @@ all: compile
## Remove generated targets
##
clean: cleanpgscripts
- rm -f $(ELC) *~ */*~ .\#* */.\#* */.autotest.log */.profile.log
+ rm -f $(ELC) .\#* */.\#* */.autotest.log */.profile.log
(cd doc; $(MAKE) clean)
distclean: clean
+ rm -f *~ */*~
##
## Install files