diff options
| author | Chouser <chouser@n01se.net> | 2015-01-23 08:17:35 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-01-30 12:54:42 -0500 |
| commit | 67736cf90b4f977b4b3ca3801e079040fc9fc0c9 (patch) | |
| tree | ff477b2dcc916d864e4a92d56fc397d48959356d /ocaml/Makefile | |
| parent | 81e073cf2044d0e3cfbcc03a81dcba605a945fe5 (diff) | |
| download | mal-67736cf90b4f977b4b3ca3801e079040fc9fc0c9.tar.gz mal-67736cf90b4f977b4b3ca3801e079040fc9fc0c9.zip | |
Ocaml: Add step 3
Diffstat (limited to 'ocaml/Makefile')
| -rw-r--r-- | ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile index c905b2e..f7df3a7 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -1,5 +1,5 @@ -STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml -MODULES = types.ml reader.ml printer.ml +STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml step3_env.ml +MODULES = types.ml reader.ml printer.ml env.ml LIBS = str.cma STEP_BINS = $(STEPS:%.ml=%) |
