ref: a5def38ade71a84c23154fa395375c5132be4cbf
dir: /mkfile/
BIN=m9 $BIN: types.cmx printer.cmx reader.cmx $BIN.cmx ocamlopt -o $target str.cmxa $prereq %.cmx : %.ml ocamlopt -c $stem.ml install:V: $BIN cp $prereq ~/bin/$BIN clean:V: rm -f $BIN *.cmx *.cmi *.o