examples/custom-utop: no need for -cflag/-lflag anymore.

This commit is contained in:
Peter Zotov 2014-10-28 01:50:15 +03:00
parent 6f07ec0911
commit caf6ac1031
1 changed files with 1 additions and 1 deletions

View File

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