e0/Justfile

7 lines
103 B
Makefile
Raw Normal View History

2022-03-23 06:12:37 +00:00
example:
dune build
dune exec e0 < examples/basic.e0
fmt:
fd -e ml | xargs ocamlformat -i