all:
	python setup.py build_ext --inplace

clean:
	rm -r build/
	rm *.so