From 96b09c86e6838c8bd2e39ff70c4840332a2d06ea Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 31 Mar 2018 22:05:47 -0400 Subject: Link against ncurses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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