.PHONY: test clean

test:
	./tests/run_acceptance.sh

clean:
	rm -rf .acceptance
