From: Lisandro Dalcin Date: Thu, 11 Mar 2010 21:57:06 +0000 (-0300) Subject: fix Makefile, clean more *.py[co] files X-Git-Tag: 0.13.beta0~319^2~2^2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e93917ff9479c4b8f1e7fdda42b9ecfba60cc850;p=cython.git fix Makefile, clean more *.py[co] files --- diff --git a/Makefile b/Makefile index 337825cf..3b0d3cf6 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ repo: .hg clean: @echo Cleaning Source @rm -fr build - @rm -f *.pyc */*.pyc */*/*.pyc + @rm -f *.py[co] */*.py[co] */*/*.py[co] */*/*/*.py[co] @rm -f *.so */*.so */*/*.so @rm -f *.pyd */*.pyd */*/*.pyd @rm -f *~ */*~ */*/*~