CS计算机代考程序代写 ocaml all: types.ml print.ml parse.ml topy.ml main.ml

all: types.ml print.ml parse.ml topy.ml main.ml
ocamlc -o microml types.ml print.ml parse.ml topy.ml main.ml

assert: types.ml print.ml parse.ml
ocamlc -o microml-test types.ml print.ml parse.ml

clean:
rm -f *.cmo
rm -f *.cmi
rm microml

Leave a Reply

Your email address will not be published. Required fields are marked *