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