From 8d589acc06cf66fdd46ae43ca81dec237586b3ad Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jul 2018 19:17:09 -0400 Subject: Link with -lm Darwin's lack of separation strikes again. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49377bc..dc6bb79 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ USER = torus BINS = server client help meta merge CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -lncurses +LDLIBS = -lm -lncurses all: tags $(BINS) -- cgit 1.4.1