From 179d9fcfc67fba02a409692be3d47a8e59cf86ac Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 12 Aug 2020 11:36:42 +0200 Subject: cleanup build directory as well --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca208cb..d4ec061 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ dist: ## Create source distribution and wheel .PHONY: clean clean: ## Clean all artifacts + rm -rf build rm -rf dist rm -rf fuzzycat.egg-info/ -- cgit v1.2.3