aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:36:42 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:36:42 +0200
commit179d9fcfc67fba02a409692be3d47a8e59cf86ac (patch)
tree2fe1e251f6e7973c3947e4f551e78445483bcbc8 /Makefile
parent18357a11243a35d4033b094646048f27187717ac (diff)
downloadfuzzycat-179d9fcfc67fba02a409692be3d47a8e59cf86ac.tar.gz
fuzzycat-179d9fcfc67fba02a409692be3d47a8e59cf86ac.zip
cleanup build directory as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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/