mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Build with -lcurses by default to be more generic
This commit is contained in:
parent
7c31c572a5
commit
bd6b3e932e
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue