Update makefile

This commit is contained in:
Iacopo Spalletti 2015-08-08 10:18:46 +02:00
parent 06a924e659
commit 847b77696d

View file

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