From b25cc35077192389dd3fb95b0c0426c9eade26f3 Mon Sep 17 00:00:00 2001 From: Nicolai Dagestad Date: Sat, 11 Jul 2020 19:00:15 +0200 Subject: [PATCH] Add missing math library for linking Signed-off-by: Miles Alan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8d762e..b2ab358 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRC = lisgd.c OBJ = ${SRC:.c=.o} -LDFLAGS = -linput +LDFLAGS = -linput -lm all: options lisgd