summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJon French2018-10-24 11:42:33 +0100
committerJon French2018-10-24 11:42:33 +0100
commit90d4cc654a0833e8c7dac4831be0fa94a0d10192 (patch)
treea9460f808a86a4d50138634e2948736be743cfb3 /src/Makefile
parent6d90d18e460450b604cbfbd3f5bbe6db6cf6a61a (diff)
src/Makefile: add isail.byte target for debugging interpreter
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3e9d6f63..f4e0c967 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -105,6 +105,9 @@ sail.native: sail
sail.byte: ast.ml bytecode.ml share_directory.ml
ocamlbuild -use-ocamlfind -cflag -g sail.byte
+isail.byte: ast.ml bytecode.ml share_directory.ml
+ ocamlbuild -use-ocamlfind isail.byte
+
interpreter: lem_interp/interp_ast.lem
ocamlbuild -use-ocamlfind lem_interp/extract.cmxa
ocamlbuild -use-ocamlfind lem_interp/extract.cma