summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-11 18:18:09 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-11 18:18:26 -0400
commit160aaefb0f617eb1da6a4d7793ce964292af2e00 (patch)
treeedde9661f893ab6f1bf5262ed5b202c2b7ee4bad /Makefile
parent7688b00861f203ebefaaccf892b71477b4c1638a (diff)
Makefile: clean: remove __pycache__
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