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 8d3c1b9c..ce31ca6c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,7 +3,7 @@
all: sail lib power doc test
sail:
- ocamlbuild sail.native
+ ocamlbuild sail.native sail_lib.cma sail_lib.cmxa
test: sail
ocamlbuild test/run_tests.native