aboutsummaryrefslogtreecommitdiff
path: root/r/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-11-03 22:29:51 -0600
committerJoel Martin <github@martintribe.org>2015-01-09 16:16:45 -0600
commitf947d503f748fd1218f502ef1394ff9e28175ef8 (patch)
tree732223892a330b317c78320a09469be7d0f49f31 /r/Makefile
parent36737ae57ee106be16426bf9ef088380421ca0ec (diff)
downloadmal-f947d503f748fd1218f502ef1394ff9e28175ef8.tar.gz
mal-f947d503f748fd1218f502ef1394ff9e28175ef8.zip
R: atom support, fixes for self-hosting.
Diffstat (limited to 'r/Makefile')
-rw-r--r--r/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/r/Makefile b/r/Makefile
index e84ea4f..9d1a35d 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 step9_try.r
+SOURCES_LISP = env.r core.r stepA_interop.r
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all: libs