.PHONY: test clean

test:
	python3 -B tests/verify.py

clean:
	rm -rf build
