aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-28 23:43:21 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:43 -0500
commitefb850b5d5f8072c95fd0dc67383ffa308504f7b (patch)
treeaaa2fc2b54bffa4573aeb2d59428dffa4dd1ebe6 /ocaml/Makefile
parent776cf577064c2676e33987546f10c2be80b26344 (diff)
downloadmal-efb850b5d5f8072c95fd0dc67383ffa308504f7b.tar.gz
mal-efb850b5d5f8072c95fd0dc67383ffa308504f7b.zip
Ocaml: Add step 7
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 ced6df4..be51a88 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 step6_file.ml
+ step4_if_fn_do.ml step5_tco.ml step6_file.ml step7_quote.ml
MODULES = types.ml reader.ml printer.ml env.ml core.ml
LIBS = str.cmxa
MAL_LIB = mal_lib.cmxa