From e93917ff9479c4b8f1e7fdda42b9ecfba60cc850 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Thu, 11 Mar 2010 18:57:06 -0300 Subject: [PATCH] fix Makefile, clean more *.py[co] files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *~ */*~ */*/*~ -- 2.26.2