test: compile
	python run.py

compile:
	pyrexc -r -f -X fooblarg.pyx

clean:
	rm -f *.dep *.c *.o *.so
