DUNE ?= dune

.PHONY: build
build:
	$(DUNE) build

.PHONY: test
test:
	$(DUNE) runtest -f
