diff options
| author | Jon French | 2019-03-13 16:14:06 +0000 |
|---|---|---|
| committer | Jon French | 2019-03-13 16:14:06 +0000 |
| commit | 1fc69968a831305f2db43544b503fffc9b4106cc (patch) | |
| tree | 6b534e3549be039ae0952f2b1810b6a5d9c504eb /src/Makefile | |
| parent | 686c874d22ab3446024897098de5c4abf713563c (diff) | |
package and install Sail as an ocamlfind library
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index abf49423..146addbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -103,7 +103,8 @@ sail: ast.ml bytecode.ml manifest.ml ocamlbuild -use-ocamlfind sail.native sail_lib.cma sail_lib.cmxa isail: ast.ml bytecode.ml manifest.ml - ocamlbuild -use-ocamlfind isail.native + ocamlbuild -use-ocamlfind isail.native sail_lib.cma sail_lib.cmxa libsail.cma libsail.cmxa + coverage: ast.ml bytecode.ml manifest.ml BISECT_COVERAGE=YES ocamlbuild -use-ocamlfind -plugin-tag 'package(bisect_ppx-ocamlbuild)' isail.native |
