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