all:
	dune build --root=. @install caisar.opam nnet.opam onnx.opam ovo.opam

test:
	dune runtest --root=.

promote:
	dune promote --root=.

clean:
	dune clean