all:
	python3 setup.py build_ext develop

test:
	python3 setup.py build_ext develop test --verbosity=3


clean:
	rm -rf build dist
