summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a790fb41..392c6a9a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,10 @@ install:
 	@less -XF INSTALL
 
 cleandoc:
-	test -d $(DOCDIR) && rm -f $(DOCDIR)/*.html
+	test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html
 
 clean:
-	find . -regex .\*.py[co]$ | xargs rm
+	find . -regex .\*.py[co]$ | xargs rm -f --
 
 test: clean
 	./all_tests.py