summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)