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 bff8c4a..8f90a23 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ $(BUILD_DIR):
clean:
rm -rf $(BUILD_DIR)/
+ rm -rf vendor/__pycache__
.PHONY: clean