.PHONY: build_ext

build_ext:
	python3 setup.py build_ext --inplace
