makefile 124 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 OCAMLOPTFLAGS=unix.cmxa all: maca_test.ml ocamlopt -o maca_test $(OCAMLOPTFLAGS) maca_test.ml clean: rm *.cmi *.cmx *.o