summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b7375df..dadc435 100644
--- a/Makefile
+++ b/Makefile
@@ -34,11 +34,9 @@ upload:
dist/*.whl
.PHONY: upload
-clean-build:
- @rm -rf build/
- @rm -rf dist/
- @rm -rf *.egg-info
-.PHONY: clean-build
+clean:
+ rm -rf build/ *.egg-info *.egg
+.PHONY: clean
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +