diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-10 23:24:11 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
| commit | dd2382eb2185735822a0036ba0ef436869a71922 (patch) | |
| tree | 439721412d633324695ee42a281e97034595e095 /src/lisp/Makefile | |
| parent | fd7df330470c7c2f12ca3ce28d920c3b278108d5 (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) |
