string literal parsing
[cython.git] / Makefile
index 337825cf1ded4bbc577c1066d287c4db623c6917..c0b74e7ba8da5bc048e25deb97e13d3b83ff129e 100644 (file)
--- 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 *~ */*~ */*/*~
@@ -38,9 +38,5 @@ testclean:
 test:  testclean
        ${PYTHON} runtests.py -vv
 
-test3: testclean
-       ${PYTHON} runtests.py --no-cleanup
-       python3.0 runtests.py -vv --no-cython
-
 s5:
        $(MAKE) -C Doc/s5 slides