all:
	python Setup.py build_ext --inplace

clean:
	rm -f cheese.c *.o *.so *~ core
	rm -rf build
