diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f3e00ee8..05c565e6 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ cleandoc: test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html clean: - find . -regex \*.py[co]\$$ -exec rm -f -- {} \; + find . -regex .\*.py[co]\$$ -exec rm -f -- {} \; test: ./all_tests.py 1 |