summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Campbell2018-06-04 18:04:59 +0100
committerBrian Campbell2018-06-08 15:03:37 +0100
commitdff33af770e6b48c0f6592bcab7c6f4b0e3d6662 (patch)
treee02ac9599df891ad835f75509ed6dc51ab565caa /src
parentba3b93c97fa72e05156893d0421a93d4dd5b7fcf (diff)
Correct dependencies of bytecode sail
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 97b87d4b..3e9d6f63 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -102,7 +102,7 @@ isail: ast.ml bytecode.ml share_directory.ml
sail.native: sail
-sail.byte:
+sail.byte: ast.ml bytecode.ml share_directory.ml
ocamlbuild -use-ocamlfind -cflag -g sail.byte
interpreter: lem_interp/interp_ast.lem