summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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 57ae0981..02958c18 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,7 +12,7 @@ interpreter:
ocamlbuild lem_interp/extract.cma
elf:
- ocamlbuild -use-ocamlfind -pkgs batteries,uint src_elf/main_elf.native
+ ocamlbuild -use-ocamlfind -pkgs batteries,uint,unix,zarith src_elf/main_elf.native
test: sail interpreter
ocamlbuild test/run_tests.native