diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-09 23:20:23 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-10 01:46:17 -0600 |
| commit | 6a572dff25a95f460d1b3c1b259c7a0a1f10c2d0 (patch) | |
| tree | e680af55f0b6b02eaf86fb7a5a384b9b364c6942 /matlab/Makefile | |
| parent | 7f567f36457b937c36345becdb7c1101566dcdf3 (diff) | |
| download | mal-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/Makefile | 2 |
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) |
