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