1 2 3 4 5 6 7 8
make: ocamlc unix.cma str.cma ouptime.ml -o ouptime static: ocamlopt unix.cmxa -ccopt -static ouptime.ml -o ouptime clean: rm -f *.cmi *.cmx *.o *.cmo