summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2393415..aab7f5b5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ cleandoc:
 	test -d $(DOCDIR) && rm -f $(DOCDIR)/*.html
 
 clean:
-	find . -regex .\*.pyc$ | xargs rm
+	find . -regex .\*.py[co]$ | xargs rm
 
 test:
 	./all_tests.py