From fb21afa71b4f73fa9c05c47e6b1c0f45d2144069 Mon Sep 17 00:00:00 2001 From: Chouser Date: Wed, 29 Jan 2014 20:05:05 -0500 Subject: OCaml: Add Step 8 --- ocaml/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ocaml/Makefile') 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 -- cgit v1.2.3