]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Added __pycache__ to clean-pyc
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 09:27:51 +0000 (11:27 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 09:27:51 +0000 (11:27 +0200)
Makefile

index a79cd6bd8f82cf3ce0267b2f1ccdd1f485a87b9b..5b0b7033254da1b8d2082e1d62f3f04ac845ab41 100644 (file)
--- 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 .