summaryrefslogtreecommitdiff
path: root/src/lisp/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-18 19:04:05 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 11:16:52 -0800
commite600fc409c577eec02af612a36431c477a9c875e (patch)
tree6ad8dee3419084c6bfd90a93017aed0330c4e476 /src/lisp/Makefile
parent2cc8ca2b781be0a6e7ce14405eb4611bc00a3a3e (diff)
altos/lisp: Add continuations
This provides call/cc and makes 'stacks' visible to the application. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/Makefile')
-rw-r--r--src/lisp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp/Makefile b/src/lisp/Makefile
index 15297999..dd5a0cb4 100644
--- a/src/lisp/Makefile
+++ b/src/lisp/Makefile
@@ -21,6 +21,7 @@ SRCS=\
ao_lisp_eval.c \
ao_lisp_rep.c \
ao_lisp_save.c \
+ ao_lisp_stack.c \
ao_lisp_error.c
OBJS=$(SRCS:.c=.o)