summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac7b0502..884bae5d 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ cleandoc:
 	test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html
 
 clean:
-	find . -regex [^\s]\*.py[co]$ | xargs rm -f --
+	find . -regex [^\ ]\*.py[co]$ | xargs rm -f --
 
 test:
 	./all_tests.py