diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-10 23:24:11 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-02-20 11:16:50 -0800 |
commit | fb710f7f4f24f74ac3d45fcc423803384d986bb2 (patch) | |
tree | 0b12ad61291860d12cc3f2e41d9e19eb73914975 /src/lisp/Makefile | |
parent | c7d7cdc2318a97534c4c1f9c6fd2b51644be729d (diff) |
altos/lisp: use regular read-eval-print loop for make const
No need to open code this sequence of operations.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/Makefile')
-rw-r--r-- | src/lisp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp/Makefile b/src/lisp/Makefile index 9c99f05c..aa542021 100644 --- a/src/lisp/Makefile +++ b/src/lisp/Makefile @@ -19,6 +19,7 @@ SRCS=\ ao_lisp_frame.c \ ao_lisp_lambda.c \ ao_lisp_eval.c \ + ao_lisp_rep.c \ ao_lisp_error.c OBJS=$(SRCS:.c=.o) |