mte/unikernel/duniverse/ocaml-dns/Makefile

14 lines
113 B
Makefile
Raw Normal View History

2025-11-11 02:07:51 +01:00
.PHONY: build clean test doc
build:
dune build
test:
dune runtest
doc:
dune build @doc
clean:
dune clean