all:
	python setup.py build_ext --inplace
	rm -rf build

install:
	python setup.py build_ext install
	rm -rf build