summaryrefslogtreecommitdiff
path: root/src/scheme/Makefile-inc
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-01-04 02:28:13 -0800
committerKeith Packard <keithp@keithp.com>2018-01-04 02:28:13 -0800
commit0d9a3e0378f84ffc8447747150066eae33cd3229 (patch)
tree85c5b7784e02073737e227c89fd35e825003bee4 /src/scheme/Makefile-inc
parentd34f01110d8770ac99556901143a54c3d492cde0 (diff)
altos/scheme: Add vector and string funcs. Test everybody.
Add a bunch of string and vector functions from r7rs. I think most everything is here now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/Makefile-inc')
-rw-r--r--src/scheme/Makefile-inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scheme/Makefile-inc b/src/scheme/Makefile-inc
index 1a080a4e..db5083df 100644
--- a/src/scheme/Makefile-inc
+++ b/src/scheme/Makefile-inc
@@ -23,3 +23,8 @@ SCHEME_HDRS=\
ao_scheme_os.h \
ao_scheme_read.h \
ao_scheme_builtin.h
+
+SCHEME_SCHEME=\
+ ao_scheme_const.scheme \
+ ao_scheme_vector.scheme \
+ ao_scheme_string.scheme