Browse Source

update Makefile

Mort Yao 10 years ago
parent
commit
cb9ccc91ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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