summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:27:51 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:27:51 +0200
commitf3623ececa51d928746771cce0b31ed1a919e7e5 (patch)
tree228517693fb19c9c14d126d9bce4f40af533724f /Makefile
parentc63c38ff57079caf8651564fd763d4345a3fdea7 (diff)
downloadbabel-f3623ececa51d928746771cce0b31ed1a919e7e5.tar.gz
Added __pycache__ to clean-pyc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a79cd6b..5b0b703 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ clean-cldr:
clean-pyc:
@find . -name '*.pyc' -exec rm {} \;
+ @find . -name '__pycache__' -type d | xargs rm -rf
develop:
@pip install --editable .