make: ocamlc unix.cma str.cma omkfile.ml -o omkfile static: ocamlopt unix.cmxa -ccopt -static omkfile.ml -o omkfile clean: rm -f *.cmi *.cmx *.o *.cmo