diff --git a/config.mk b/config.mk index 36b74ac..5851295 100644 --- a/config.mk +++ b/config.mk @@ -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