mte/unikernel/duniverse/ocplib-endian/Makefile

14 lines
127 B
Makefile
Raw Normal View History

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