ref: 10a9adc7d9a6caa80c7bce6fb6df64ddd79bf8dc
dir: /mkfile/
# -*- makefile -*- BIN=m9 FILES=\ types.ml\ env.ml\ reader.ml\ printer.ml\ core.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