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