mte/unikernel/duniverse/ethernet/Makefile
2025-11-11 02:07:51 +01:00

9 lines
83 B
Makefile

.PHONY : clean all doc
all:
dune build
doc:
dune build @doc
clean:
dune clean