rm *.pyc in clean task.
authorHuang Peng <shawn.p.huang@gmail.com>
Wed, 11 Jun 2008 21:56:44 +0000 (05:56 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Wed, 11 Jun 2008 21:56:44 +0000 (05:56 +0800)
engine/anthy/Makefile

index 70d0428..219e6f2 100644 (file)
@@ -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