diff options
| author | Chouser <chouser@n01se.net> | 2015-01-30 12:38:32 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-01-30 12:54:43 -0500 |
| commit | f5fc0c98ee9c140077469146bbc9d8a77fdb02f3 (patch) | |
| tree | 698acd986d10a6227ad42a0eaf2671878f26a341 /ocaml/Makefile | |
| parent | 2b8e0ea42046505635e8f4c9d96e594c595948c2 (diff) | |
| download | mal-f5fc0c98ee9c140077469146bbc9d8a77fdb02f3.tar.gz mal-f5fc0c98ee9c140077469146bbc9d8a77fdb02f3.zip | |
OCaml: Add time-ms
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 e5b0ac2..72d159a 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -2,7 +2,7 @@ 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 stepA_interop.ml MODULES = types.ml reader.ml printer.ml env.ml core.ml -LIBS = str.cmxa +LIBS = str.cmxa unix.cmxa MAL_LIB = mal_lib.cmxa STEP_BINS = $(STEPS:%.ml=%) |
