all:
	python setup.py build_ext --inplace

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