Add missing math library for linking
Signed-off-by: Miles Alan <m@milesalan.com>
This commit is contained in:
parent
dce4bcfcb0
commit
b25cc35077
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
SRC = lisgd.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
LDFLAGS = -linput
|
||||
LDFLAGS = -linput -lm
|
||||
|
||||
all: options lisgd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue