update Makefile

This commit is contained in:
Mort Yao 2014-07-20 23:41:54 +02:00
parent 03749ecb19
commit cb9ccc91ab

View File

@ -14,6 +14,7 @@ clean:
zenity --question zenity --question
rm -fr build/ dist/ src/*.egg-info/ rm -fr build/ dist/ src/*.egg-info/
find . | grep __pycache__ | xargs rm -fr find . | grep __pycache__ | xargs rm -fr
find . | grep .pyc | xargs rm -f
all: build sdist bdist bdist_egg all: build sdist bdist bdist_egg