aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-24 15:06:34 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-24 15:06:34 +0100
commit621f50e685d9beeb1fe502a133e76fbd5a8a9c5c (patch)
tree527f4abc067ef9c4d49ba0bea1f52b23ed219f5e /Makefile
parentbfd6e08c3b1ffb16c98321d15dd5da6e8db400de (diff)
downloadfuzzycat-621f50e685d9beeb1fe502a133e76fbd5a8a9c5c.tar.gz
fuzzycat-621f50e685d9beeb1fe502a133e76fbd5a8a9c5c.zip
cleanup
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