utop/examples/custom-utop/Makefile

8 lines
137 B
Makefile
Raw Normal View History

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