From 168bcea6e3f1370c0f197a466089e77598011a80 Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Fri, 11 Sep 2020 18:28:47 +0900 Subject: [PATCH] Add -lm to libs for non-Darwin fmodl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5efffcc..4a742b7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LEG = leg CC = cc CFLAGS = -I/usr/local/include -I/opt/local/include -Wall -Wno-unused-label -g -LDLIBS = -L/usr/local/lib -L/opt/local/lib -lgc +LDLIBS = -L/usr/local/lib -L/opt/local/lib -lgc -lm all : parse