ref: 6a277f5b5fd8b91b71aba6352118f004b1f4fc3a
dir: /mkfile/
# -*- makefile -*- BIN=m9 FILES=\ types.ml\ env.ml\ reader.ml\ printer.ml\ core.ml\ macro.ml $BIN: ocamlc str.cma -g -o $target $FILES m9.ml %.cmx : %.ml ocamlopt -c $stem.ml %.cmo : %.ml ocamlc -c $stem.ml install:V: $BIN cp $prereq ~/bin/$BIN clean:V: rm -f $BIN *.cmx *.cmi *.cmo