Fix build of the custom-utop example

Fixes #148
This commit is contained in:
Jeremie Dimino 2015-11-23 10:38:40 +00:00
parent 921270c121
commit b37ead142a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
OC := ocamlbuild -classic-display -no-links -use-ocamlfind
build:
$(OC) -pkg threads,utop myutop.top
$(OC) -tag thread -pkg threads,utop myutop.top
clean:
$(OC) -clean