.PHONY: test clean

test:
	bash tests/run_acceptance.sh

clean:
	rm -rf _verify
