diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |