From efb850b5d5f8072c95fd0dc67383ffa308504f7b Mon Sep 17 00:00:00 2001 From: Chouser Date: Wed, 28 Jan 2015 23:43:21 -0500 Subject: Ocaml: Add step 7 --- ocaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocaml/Makefile') 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 -- cgit v1.2.3