From 4d1456b98f34bfa74aea912469aa246b56273d76 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 1 Nov 2014 15:54:48 -0500 Subject: R: step0-3, readline FFI. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a10aff8..860821a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PYTHON = python # Settings # -IMPLS = bash c clojure cs go java js make mal perl php ps python ruby rust +IMPLS = bash c clojure cs go java js make mal perl php ps python r ruby rust step0 = step0_repl step1 = step1_read_print @@ -60,6 +60,7 @@ perl_STEP_TO_PROG = perl/$($(1)).pl php_STEP_TO_PROG = php/$($(1)).php ps_STEP_TO_PROG = ps/$($(1)).ps python_STEP_TO_PROG = python/$($(1)).py +r_STEP_TO_PROG = r/$($(1)).r ruby_STEP_TO_PROG = ruby/$($(1)).rb rust_STEP_TO_PROG = rust/target/$($(1)) @@ -77,6 +78,7 @@ perl_RUNSTEP = perl ../$(2) $(3) php_RUNSTEP = php ../$(2) $(3) ps_RUNSTEP = $(4)gs -q -I./ -dNODISPLAY -- ../$(2) $(3)$(4) python_RUNSTEP = $(PYTHON) ../$(2) $(3) +r_RUNSTEP = Rscript ../$(2) $(3) ruby_RUNSTEP = ruby ../$(2) $(3) rust_RUNSTEP = ../$(2) $(3) -- cgit v1.2.3