aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2014-11-14 18:13:02 +0200
committerlostd <lostd@2f30.org>2014-11-14 18:13:02 +0200
commitbd6b3e932eab81101100dbdfa8517b2a0a055b8b (patch)
treec14dc3041a3ca4027c40c58ed806a8c6d0cd72a1 /Makefile
parent7c31c572a557eb1f2e56923edcbcbc3d2ebcf7b0 (diff)
downloadnoice-bd6b3e932eab81101100dbdfa8517b2a0a055b8b.tar.gz
Build with -lcurses by default to be more generic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85114c7..7acef00 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ MANPREFIX = $(PREFIX)/man
#CPPFLAGS += -DDEBUG
#CFLAGS += -g
-LDLIBS = -lncursesw
+LDLIBS = -lcurses
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
noice.1 Makefile README LICENSE
Un proyecto texto-plano.xyz