Your IP : 216.73.216.213


Current Path : /proc/242857/task/243049/root/opt/alt/python27/share/doc/alt-python27-Cython/Demos/
Upload File :
Current File : //proc/242857/task/243049/root/opt/alt/python27/share/doc/alt-python27-Cython/Demos/Makefile

all:
	python setup.py build_ext --inplace

test:	all
	python run_primes.py 20
	python run_numeric_demo.py
	python run_spam.py
	cd callback; $(MAKE) test

clean:
	@echo Cleaning Demos
	@rm -f *.c *.o *.so *~ core
	@rm -rf build
	@cd callback; $(MAKE) clean
	@cd embed; $(MAKE) clean