aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-23 08:17:35 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:42 -0500
commit67736cf90b4f977b4b3ca3801e079040fc9fc0c9 (patch)
treeff477b2dcc916d864e4a92d56fc397d48959356d /ocaml/Makefile
parent81e073cf2044d0e3cfbcc03a81dcba605a945fe5 (diff)
downloadmal-67736cf90b4f977b4b3ca3801e079040fc9fc0c9.tar.gz
mal-67736cf90b4f977b4b3ca3801e079040fc9fc0c9.zip
Ocaml: Add step 3
Diffstat (limited to 'ocaml/Makefile')
-rw-r--r--ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile
index c905b2e..f7df3a7 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -1,5 +1,5 @@
-STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml
-MODULES = types.ml reader.ml printer.ml
+STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml step3_env.ml
+MODULES = types.ml reader.ml printer.ml env.ml
LIBS = str.cma
STEP_BINS = $(STEPS:%.ml=%)