catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | LICENSE

commit b19ef1df385d16b475416acf29b510f765e29899
parent 7f4f52730310c65d30761a75ded86e2d82863298
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  5 May 2020 10:35:41 +0200

Fix linking with ncursesw by adding libtinfow.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
config.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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