summaryrefslogtreecommitdiff
path: root/src/test/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-11-19 21:07:23 -0800
committerKeith Packard <keithp@keithp.com>2017-11-19 21:07:23 -0800
commit5f9f97cc2d43936d1941da3a9a130c279bc70b99 (patch)
treeac3855090137cc5dd1c8aefb618dbbf11c656893 /src/test/Makefile
parent6d2f271a45759bd792d299f04a424d3382ef4798 (diff)
altos/test: Update to build altos lisp test app
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
-rw-r--r--src/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 9fe886b9..4ac2c893 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -104,7 +104,7 @@ AO_LISP_SRCS=$(LISP_SRCS) ao_lisp_test.c
AO_LISP_OBJS=$(AO_LISP_SRCS:.c=.o)
ao_lisp_test: $(AO_LISP_OBJS)
- cc $(CFLAGS) -o $@ $(AO_LISP_OBJS)
+ cc $(CFLAGS) -o $@ $(AO_LISP_OBJS) -lm
$(AO_LISP_OBJS): $(LISP_HDRS) ao_lisp_const.h