mte/unikernel/duniverse/ocaml-ipaddr/Makefile

14 lines
100 B
Makefile
Raw Normal View History

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