📇 make clean

This commit is contained in:
Varuna Jayasiri
2020-11-10 10:33:57 +05:30
parent 423f5c62f7
commit 9e110f5360

View File

@ -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