diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-09 09:14:50 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
| commit | 71796f4407ebf11251c150dfa368f571ba12db8d (patch) | |
| tree | 9bdc0d22c719a5745cf8e9632c4f1dd4b316c5d0 /src/lisp/Makefile | |
| parent | 9e58eeb68a293ae94e0672a31a2116fc52c9dd1e (diff) | |
altos/lisp: working on lexical scoping
Not working yet
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/Makefile')
| -rw-r--r-- | src/lisp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lisp/Makefile b/src/lisp/Makefile index be19b432..f7edbe41 100644 --- a/src/lisp/Makefile +++ b/src/lisp/Makefile @@ -18,7 +18,9 @@ SRCS=\ ao_lisp_builtin.c \ ao_lisp_read.c \ ao_lisp_frame.c \ - ao_lisp_error.c + ao_lisp_lambda.c \ + ao_lisp_eval.c \ + ao_lisp_error.c OBJS=$(SRCS:.c=.o) |
