From: Huang Peng Date: Wed, 11 Jun 2008 21:56:44 +0000 (+0800) Subject: rm *.pyc in clean task. X-Git-Tag: 0.1.0.20080810~416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4285d92f6b69fcd00bbb7603a029318831f4ca3;p=platform%2Fupstream%2Fibus.git rm *.pyc in clean task. --- diff --git a/engine/anthy/Makefile b/engine/anthy/Makefile index 70d0428..219e6f2 100644 --- a/engine/anthy/Makefile +++ b/engine/anthy/Makefile @@ -7,4 +7,4 @@ _anthy.so: anthy_wrap.c test: PYTHONPATH=../.. python main.py clean: - $(RM) anthy.py anthy_wrap.c _anthy.so + $(RM) anthy.py anthy_wrap.c _anthy.so *.pyc