diff options
-rw-r--r-- | python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile index 647a3c3..1ea6c31 100644 --- a/python/Makefile +++ b/python/Makefile @@ -44,6 +44,7 @@ fmt: clean: rm -rf .pytest_cache/ rm -rf build/ + rm -rf dist/ rm -rf $(PKGNAME).egg-info/ rm -rf $(ZIPAPP) find . -name "__pycache__" -exec rm -rf "{}" + |