3 OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
4 OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
5 OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS)
11 $(OCAMLC) -linkpkg -o $@ $<
14 $(OCAMLOPT) -linkpkg -o $@ $<
17 rm -f test test.opt test.cmi test.cmo text.cmx