From bd6b3e932eab81101100dbdfa8517b2a0a055b8b Mon Sep 17 00:00:00 2001 From: lostd Date: Fri, 14 Nov 2014 18:13:02 +0200 Subject: Build with -lcurses by default to be more generic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2