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 d9cfa05..5204a74 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ clean: ## Clean all artifacts
rm -rf build
rm -rf dist
rm -rf fuzzycat.egg-info/
+ rm -rf .pytest_cache/
# Upload requires https://github.com/pypa/twine and some configuration.
.PHONY: upload