From f3623ececa51d928746771cce0b31ed1a919e7e5 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 27 Jul 2013 11:27:51 +0200 Subject: [PATCH] Added __pycache__ to clean-pyc --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 . -- 2.47.2