diff options
| author | Keith Packard <keithp@keithp.com> | 2017-11-19 21:07:00 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-11-19 21:07:00 -0800 |
| commit | 6d2f271a45759bd792d299f04a424d3382ef4798 (patch) | |
| tree | a8a3e2f8538ab70a828f47f3ed87e62e2a0c5adc /src/lisp/Makefile | |
| parent | 12a1f6ad48f2b924f71239effeb90afca75a090f (diff) | |
altos/lisp: Add floats
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/Makefile')
| -rw-r--r-- | src/lisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp/Makefile b/src/lisp/Makefile index 4563dad3..05f54550 100644 --- a/src/lisp/Makefile +++ b/src/lisp/Makefile @@ -19,6 +19,6 @@ OBJS=$(SRCS:.c=.o) CFLAGS=-DAO_LISP_MAKE_CONST -O0 -g -I. -Wall -Wextra -no-pie ao_lisp_make_const: $(OBJS) - $(CC) $(CFLAGS) -o $@ $(OBJS) + $(CC) $(CFLAGS) -o $@ $(OBJS) -lm $(OBJS): $(HDRS) |
