summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Campbell2018-01-26 17:22:12 +0000
committerBrian Campbell2018-01-26 18:32:20 +0000
commit36e95d3af78bf8b6e11b1939e605a735285e3183 (patch)
tree62c0689442c730fd79b5c09080a24f67c975c87b /src
parent41f4066a2eb5798b546499ade9712792b096b85c (diff)
Missing -ocamlfind
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 325cbec6..85c5abba 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -270,4 +270,4 @@ doc:
ocamlbuild -use-ocamlfind sail.docdir/index.html
lib:
- ocamlbuild pretty_print.cmxa pretty_print.cma
+ ocamlbuild -use-ocamlfind pretty_print.cmxa pretty_print.cma