utop/examples/custom-utop/Makefile

8 lines
155 B
Makefile
Raw Normal View History

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