aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2014-01-29 20:05:05 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:43 -0500
commitfb21afa71b4f73fa9c05c47e6b1c0f45d2144069 (patch)
tree81ac4a0d48ef7cca6c89224b3c7c4acfe38a582c /ocaml/Makefile
parentefb850b5d5f8072c95fd0dc67383ffa308504f7b (diff)
downloadmal-fb21afa71b4f73fa9c05c47e6b1c0f45d2144069.tar.gz
mal-fb21afa71b4f73fa9c05c47e6b1c0f45d2144069.zip
OCaml: Add Step 8
Diffstat (limited to 'ocaml/Makefile')
-rw-r--r--ocaml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile
index be51a88..b52c69b 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -1,5 +1,6 @@
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 step7_quote.ml
+ step4_if_fn_do.ml step5_tco.ml step6_file.ml step7_quote.ml \
+ step8_macros.ml
MODULES = types.ml reader.ml printer.ml env.ml core.ml
LIBS = str.cmxa
MAL_LIB = mal_lib.cmxa