From 606df33e73c6d832b6bb7a4012297c51a368ee89 Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 25 Mar 2010 15:19:28 +0100 Subject: fixed make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0