ref: 2b66d7d69e8f6da6f2f211c7fd3636b586588053
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