aboutsummaryrefslogtreecommitdiffstats
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 ff7cb30..752fad3 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ clean: ## Clean all artifacts
rm -rf .pytest_cache/
rm -rf .coverage
rm -rf .mypy_cache/
+ find . -name "__pycache__" -type d -exec rm -rf {} \;
# Upload requires https://github.com/pypa/twine and some configuration.
.PHONY: upload