summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96a9b30..12b7a6f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ all:
clean:
make -C src clean
+ find . -type d -iname '__pycache__' -exec rm -rf {} +;
install: all
make -C src install DESTDIR=$(abspath $(DESTDIR))