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