ligo/vendors/tezos-modded/vendors/ocplib-resto/Makefile
2019-05-27 11:18:48 +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