Creating buffer type
[cython.git] / Makefile
1 PYTHON?=python
2
3 clean:
4         @echo Cleaning Source
5         @rm -f *.pyc */*.pyc */*/*.pyc 
6         @rm -f *~ */*~ */*/*~
7         @rm -f core */core
8         @(cd Demos; $(MAKE) clean)
9
10 testclean:
11         rm -fr BUILD
12
13 test:   testclean
14         ${PYTHON} runtests.py
15
16 test3:  testclean
17         ${PYTHON} runtests.py --no-cleanup
18         python3.0 runtests.py --no-cython
19
20 s5:
21         $(MAKE) -C Doc/s5 slides