Add missing math library for linking

Signed-off-by: Miles Alan <m@milesalan.com>
master
Nicolai Dagestad 4 years ago committed by Miles Alan
parent dce4bcfcb0
commit b25cc35077
  1. 2
      Makefile

@ -1,6 +1,6 @@
SRC = lisgd.c SRC = lisgd.c
OBJ = ${SRC:.c=.o} OBJ = ${SRC:.c=.o}
LDFLAGS = -linput LDFLAGS = -linput -lm
all: options lisgd all: options lisgd

Loading…
Cancel
Save