diff options
Diffstat (limited to 'src/ocaml/Makefile')
| -rw-r--r-- | src/ocaml/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ocaml/Makefile b/src/ocaml/Makefile new file mode 100644 index 000000000..a1e42c914 --- /dev/null +++ b/src/ocaml/Makefile @@ -0,0 +1,7 @@ +all: + eval $$(opam env --root=/opt/opam --set-root); dune build + +clean: + eval $$(opam env --root=/opt/opam --set-root); dune clean + +.PHONY: all clean |
