diff --git a/Makefile b/Makefile index b02d1d3..1ab4044 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ help: clean: clean-build clean-pyc clean-build: + python setup.py clean --all rm -fr build/ rm -fr dist/ rm -fr *.egg-info