exercism-ocaml/leap/Makefile

10 lines
77 B
Makefile

default: clean test
test:
dune runtest
clean:
dune clean
.PHONY: clean