mte/unikernel/duniverse/ethernet/Makefile

10 lines
83 B
Makefile
Raw Normal View History

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