aboutsummaryrefslogtreecommitdiff
path: root/ocaml/Makefile
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-23 20:05:03 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:42 -0500
commitde04357cd5f2954e2d682abb97ca2b3b90ea75d1 (patch)
treef52fd11b6b3d21880409dc74b53c324d31fec7b5 /ocaml/Makefile
parent9115534dc73fe18a12b3b2ecf436051b76bdd8a4 (diff)
downloadmal-de04357cd5f2954e2d682abb97ca2b3b90ea75d1.tar.gz
mal-de04357cd5f2954e2d682abb97ca2b3b90ea75d1.zip
Ocaml: Add string functions
Diffstat (limited to 'ocaml/Makefile')
-rw-r--r--ocaml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile
index 5e8b62a..bad3f60 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
-MODULES = types.ml reader.ml printer.ml env.ml
+STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml step3_env.ml \
+ step4_if_fn_do.ml
+MODULES = types.ml reader.ml printer.ml env.ml core.ml
LIBS = str.cmxa
MAL_LIB = mal_lib.cmxa