Fix linking with ncursesw by adding libtinfow.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
master
parazyd 2020-05-05 10:35:41 +02:00 committed by Christoph Lohmann
parent 7f4f527303
commit b19ef1df38
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
# libs
LIBS = -lncursesw
LIBS = -lncursesw -ltinfow
# flags
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os