Add oboy.opam

This commit is contained in:
Fabien Freling 2019-05-11 18:14:18 +02:00
parent dbc17bb003
commit 2138179760
4 changed files with 20 additions and 8 deletions

View file

@ -9,6 +9,7 @@ check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
clean:
rm -rf _build
rm -f *.byte
rm -f *.native
dune clean
bootstrap:
opam install . --deps-only