ligo/vendors/ocplib-resto/Makefile
2018-07-24 19:15:04 +02:00

14 lines
118 B
Makefile

all:
dune build --dev
.PHONY: test
test:
dune runtest --dev
doc-html:
dune build @doc --dev
clean:
dune clean