.PHONY: run
run:
	dune exec --root . ./src/foo.exe

.PHONY: clean
clean:
	dune clean --root .
