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