From a082b66a56cab3003964c1217e37f248b34dacc8 Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 29 Sep 2011 04:24:27 +0200 Subject: updated Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77fad740..6c5ed88c 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,8 @@ compile: clean PYTHONOPTIMIZE=$(PYOPTIMIZE) $(PYTHON) -m compileall -q ranger clean: - find . -regex .\*.py[co]\$$ -exec rm -f -- {} \; + find ranger -regex .\*.py[co]\$$ -delete + find ranger -depth -name __pycache__ -type d -exec rm -rf -- {} \; doc: cleandoc mkdir -p $(DOCDIR) -- cgit 1.4.1-2-gfad0