ソースを参照

update Makefile

Mort Yao 10 年 前
コミット
cb9ccc91ab
1 ファイル変更1 行追加0 行削除
  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