all: setup.py test.pyx runtest.py  
	  python setup.py build_ext --inplace; python runtest.py


clean:
		rm test.cpp test.so
		rm -rf build
