diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-18 21:17:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-18 21:17:54 -0800 |
commit | a3b2c0fd6f9a3a75ddf11e13dc1e3aebf69f4692 (patch) | |
tree | f943232101ab67f025e058285a9fb091df9e9e21 /src/lambdakey-v1.0 | |
parent | 289719fae3daa118c664e65fac0ab3b40ecc923e (diff) |
altos/lisp: Build new ao_lisp_stack.c into test and lambdakey
Helpful to include the new source file.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0')
-rw-r--r-- | src/lambdakey-v1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lambdakey-v1.0/Makefile b/src/lambdakey-v1.0/Makefile index a4d78736..2609bea3 100644 --- a/src/lambdakey-v1.0/Makefile +++ b/src/lambdakey-v1.0/Makefile @@ -50,6 +50,7 @@ ALTOS_SRC = \ ao_lisp_error.c \ ao_lisp_lambda.c \ ao_lisp_save.c \ + ao_lisp_stack.c \ ao_lisp_os_save.c PRODUCT=LambdaKey-v1.0 |