diff options
-rw-r--r-- | Makefile | 4 |
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 |