Makefile

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