From 5273386983f8579f8fe8ba2d54daaacb4cb0d0a4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 31 Mar 2018 22:05:47 -0400 Subject: Link against ncurses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60f4cfe..6d39351 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ USER = torus BINS = server client help meta merge CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -lcurses +LDLIBS = -lncurses all: tags $(BINS) -- cgit 1.4.1