diff options
| author | Joel Martin <github@martintribe.org> | 2014-11-03 22:29:51 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-09 16:16:45 -0600 |
| commit | f947d503f748fd1218f502ef1394ff9e28175ef8 (patch) | |
| tree | 732223892a330b317c78320a09469be7d0f49f31 /r/Makefile | |
| parent | 36737ae57ee106be16426bf9ef088380421ca0ec (diff) | |
| download | mal-f947d503f748fd1218f502ef1394ff9e28175ef8.tar.gz mal-f947d503f748fd1218f502ef1394ff9e28175ef8.zip | |
R: atom support, fixes for self-hosting.
Diffstat (limited to 'r/Makefile')
| -rw-r--r-- | r/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
