From 86457efe822857f27b961de978370a2178461f08 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 10 Feb 2022 11:07:42 +0100 Subject: [PATCH] Clean before building --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00be291..c63725f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ pull: push: @ git push -pypi: | build publish clean +pypi: | clean build publish uninstall: @ while read FILE; do echo "Removing: $$FILE"; rm "$$FILE"; done < $(FILE_LIST)