all:
	python3 setup.py build

test:
	cd build/lib* && python3 < ../../test.py

clean:
	rm -rf build/
