From 97c7d3eb4688047a9af4a15c6fbf7d1ae2cfdcd1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 29 Apr 2021 16:03:36 +0200 Subject: update makefile --- python/Makefile | 1 + 1 file changed, 1 insertion(+) 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 "{}" + -- cgit v1.2.3