From cb9ccc91abc163c143c8b3d7eec6ea66fb8552e0 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sun, 20 Jul 2014 23:41:54 +0200 Subject: [PATCH] update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fa3c7ce1..16f1388c 100644 --- a/Makefile +++ b/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