mte/unikernel/duniverse/ocaml-base64/Makefile

11 lines
82 B
Makefile
Raw Normal View History

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