From 9e110f53605bbf1f23bb8e95affe0b7cb38644c5 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Tue, 10 Nov 2020 10:33:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=87=20make=20clean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 864cfaf7..4c8587b7 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ clean: ## Clean rm -rf dist rm -rf build rm -rf *.egg-info + rm -rf html build: clean ## Build PIPy Package python setup.py sdist bdist_wheel