diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ clean: ## Clean all artifacts rm -rf fuzzycat.egg-info/ rm -rf .pytest_cache/ rm -rf .coverage + rm -rf .mypy_cache/ # Upload requires https://github.com/pypa/twine and some configuration. .PHONY: upload |