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