summaryrefslogtreecommitdiff
path: root/src/cortexelf-v1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-11-17 23:28:08 -0800
committerKeith Packard <keithp@keithp.com>2017-11-17 23:28:08 -0800
commite745229311366a792110d78d8480a2bf83eef9a0 (patch)
treee2b7fddd618a246be0b25bf1630f433eb156ecdf /src/cortexelf-v1/Makefile
parent65fb0ad8693407cc9bd114424c1f51b6aa6befc3 (diff)
altos/cortexelf-v1: Make lisp compile again
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cortexelf-v1/Makefile')
-rw-r--r--src/cortexelf-v1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cortexelf-v1/Makefile b/src/cortexelf-v1/Makefile
index 8cc6ce31..be225e57 100644
--- a/src/cortexelf-v1/Makefile
+++ b/src/cortexelf-v1/Makefile
@@ -82,6 +82,7 @@ ALTOS_SRC = \
ao_lisp_atom.c \
ao_lisp_int.c \
ao_lisp_poly.c \
+ ao_lisp_bool.c \
ao_lisp_builtin.c \
ao_lisp_read.c \
ao_lisp_rep.c \