summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-25 19:08:55 +0000
committerAlasdair Armstrong2018-01-25 19:08:55 +0000
commitb2d580f7154f2e0d55ac710663bde16fd074720c (patch)
tree93f0151ff5b655e8ff11639cda7166f81018707f /src/Makefile
parentb7e388f0193a89608687760f50e476c059f0f49c (diff)
parent98493e9de3e591d565d6d8c4f081f3dcb5346125 (diff)
Merge branch 'sail2' of https://bitbucket.org/Peter_Sewell/sail into sail2
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3539088e..325cbec6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -76,7 +76,7 @@ isail: ast.ml
sail.native: sail
sail.byte:
- ocamlbuild -cflag -g sail.byte
+ ocamlbuild -use-ocamlfind -cflag -g sail.byte
interpreter: lem_interp/interp_ast.lem
ocamlbuild lem_interp/extract.cmxa