summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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 740ebd90..4f16f2b9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,6 +9,9 @@ sail:
sail.native: sail
+sail.byte:
+ ocamlbuild -cflag -g sail.byte
+
interpreter:
ocamlbuild lem_interp/extract.cmxa
ocamlbuild lem_interp/extract.cma