summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac46f1e..23ecbdc 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,5 @@ build:
clean:
rm -rf build/ dist/ nfsw.egg-info/
+ find ./ -type d -name '__pycache__' -exec rm -rf {} +
.PHONY: clean