aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-30 00:17:57 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:43 -0500
commitfd3adc525489857e2db66fd905e829d38364f777 (patch)
treeb85b543236c940fa8fcd951f5aa630f3c8f18611 /ocaml/Makefile
parentecd3b6d8e551dd87934142b0323d9b75134bbea9 (diff)
downloadmal-fd3adc525489857e2db66fd905e829d38364f777.tar.gz
mal-fd3adc525489857e2db66fd905e829d38364f777.zip
OCaml: self-hosting
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 a7c78fd..e5b0ac2 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -1,6 +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 \
- step8_macros.ml step9_try.ml
+ step8_macros.ml step9_try.ml stepA_interop.ml
MODULES = types.ml reader.ml printer.ml env.ml core.ml
LIBS = str.cmxa
MAL_LIB = mal_lib.cmxa