ref: e26bf9e3ac9cd57902b158feaef9234e2901ce9c
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