aboutsummaryrefslogtreecommitdiff
path: root/matlab/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-02-09 23:20:23 -0600
committerJoel Martin <github@martintribe.org>2015-02-10 01:46:17 -0600
commit6a572dff25a95f460d1b3c1b259c7a0a1f10c2d0 (patch)
treee680af55f0b6b02eaf86fb7a5a384b9b364c6942 /matlab/Makefile
parent7f567f36457b937c36345becdb7c1101566dcdf3 (diff)
downloadmal-6a572dff25a95f460d1b3c1b259c7a0a1f10c2d0.tar.gz
mal-6a572dff25a95f460d1b3c1b259c7a0a1f10c2d0.zip
matlab: add keyword, vector, hash-map support.
Switch List to full object like vector and hash-map.
Diffstat (limited to 'matlab/Makefile')
-rw-r--r--matlab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/Makefile b/matlab/Makefile
index db69428..445512a 100644
--- a/matlab/Makefile
+++ b/matlab/Makefile
@@ -1,6 +1,6 @@
SOURCES_BASE = Reader.m types/Symbol.m reader.m printer.m
#SOURCES_LISP = env.m core.m stepA_interop.m
-SOURCES_LISP = step1_read_print.m
+SOURCES_LISP = stepA_interop.m
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)