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
