aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-28 13:13:44 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:43 -0500
commit776cf577064c2676e33987546f10c2be80b26344 (patch)
treeea9739cb9d4ba38dbd605864399677c21b6f6933 /ocaml/Makefile
parentf64fac7bd1bcdfb0061dc983be4bd578f6d55856 (diff)
downloadmal-776cf577064c2676e33987546f10c2be80b26344.tar.gz
mal-776cf577064c2676e33987546f10c2be80b26344.zip
Ocaml: Finish adding step 6
Diffstat (limited to 'ocaml/Makefile')
-rw-r--r--ocaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile
index 299b2c4..ced6df4 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -1,5 +1,5 @@
STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml step3_env.ml \
- step4_if_fn_do.ml step5_tco.ml
+ step4_if_fn_do.ml step5_tco.ml step6_file.ml
MODULES = types.ml reader.ml printer.ml env.ml core.ml
LIBS = str.cmxa
MAL_LIB = mal_lib.cmxa