Update makefile
This commit is contained in:
parent
06a924e659
commit
847b77696d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue