summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40f13c5..a9d50e2 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ upload:
.PHONY: upload
clean:
- rm -rf build/ *.egg-info *.egg
+ rm -rf build/ *.egg-info *.egg dist/ __pycache__/
.PHONY: clean
clean-pyc: