summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/Demos/callback/Makefile
blob: 890bc808333dd64a46a135446e5ec0b33f38db08 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	python Setup.py build_ext --inplace

test:	all
	python run_cheese.py

clean:
	@echo Cleaning Demos/callback
	@rm -f cheese.c *.o *.so *~ core
	@rm -rf build