.PHONY: clean doc all test all: dune build doc: dune build @doc clean: dune clean test: dune runtest