Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 3f3bfba17ed4006e01361aa472181b77 > files > 301

python-cython-0.14.1-1.mga1.i586.rpm

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