fixed problems with linux deploy
This commit is contained in:
parent
6db4ee634b
commit
c5d7c7d0a0
5 changed files with 15 additions and 5 deletions
|
@ -35,4 +35,5 @@ clean:
|
|||
$(PYTHON) setup.py clean
|
||||
$(MAKE) -f $(CURDIR)/debian/rules clean
|
||||
rm -rf build/ MANIFEST
|
||||
find . -name '*.pyc' -delete
|
||||
find . -name '*.pyc' -delete
|
||||
|
||||
|
|
Reference in a new issue