Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > a825642caba16a631061cc74009998ee > files > 504

python3-Cython-0.19-1.fc18.i686.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