diff options
| author | Chouser <chouser@n01se.net> | 2015-01-28 23:43:21 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-01-30 12:54:43 -0500 |
| commit | efb850b5d5f8072c95fd0dc67383ffa308504f7b (patch) | |
| tree | aaa2fc2b54bffa4573aeb2d59428dffa4dd1ebe6 /ocaml/Makefile | |
| parent | 776cf577064c2676e33987546f10c2be80b26344 (diff) | |
| download | mal-efb850b5d5f8072c95fd0dc67383ffa308504f7b.tar.gz mal-efb850b5d5f8072c95fd0dc67383ffa308504f7b.zip | |
Ocaml: Add step 7
Diffstat (limited to 'ocaml/Makefile')
| -rw-r--r-- | ocaml/Makefile | 2 |
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 |
