Makefile

戻る
SOURCES = evalplus.ml parser.mly lexer.mll main.ml
RESULT = interp
OCAMLMAKEFILE = OCamlMakefile
include $(OCAMLMAKEFILE)