From 50a0cb1c6f987757eafef3673c3a445d07535ae4 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 28 Feb 2010 19:35:44 +0100 Subject: make clean: fixed --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1-2-gfad0