From: Armin Ronacher Date: Sat, 27 Jul 2013 09:27:51 +0000 (+0200) Subject: Added __pycache__ to clean-pyc X-Git-Tag: 1.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3623ececa51d928746771cce0b31ed1a919e7e5;p=thirdparty%2Fbabel.git Added __pycache__ to clean-pyc --- diff --git a/Makefile b/Makefile index a79cd6bd..5b0b7033 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 .