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