Make config.mk for tinfo and ncurses separation possible.

master
Christoph Lohmann 2020-05-05 13:13:42 +02:00
parent 7f4f527303
commit 784da2eb63
1 changed files with 2 additions and 0 deletions

View File

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