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