aboutsummaryrefslogtreecommitdiff
path: root/r
diff options
context:
space:
mode:
Diffstat (limited to 'r')
-rw-r--r--r/Makefile2
-rw-r--r--r/stepA_mal.r (renamed from r/stepA_interop.r)0
2 files changed, 1 insertions, 1 deletions
diff --git a/r/Makefile b/r/Makefile
index 9d1a35d..4d1ec24 100644
--- a/r/Makefile
+++ b/r/Makefile
@@ -1,7 +1,7 @@
TESTS =
SOURCES_BASE = readline.r types.r reader.r printer.r
-SOURCES_LISP = env.r core.r stepA_interop.r
+SOURCES_LISP = env.r core.r stepA_mal.r
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all: libs
diff --git a/r/stepA_interop.r b/r/stepA_mal.r
index e699048..e699048 100644
--- a/r/stepA_interop.r
+++ b/r/stepA_mal.r