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