hirc

IRC client
Log | Files | Refs

commit 9596c9c231126604c4d257c16955d4c694bfd467
parent 7b0e5716a66124dc1ba3f8edb9b98af58848a7c7
Author: hhvn <dev@hhvn.uk>
Date:   Thu,  2 Dec 2021 19:49:20 +0000

Makefile: must be tinfow not tinfo

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ CTLS = -DTLS CFLAGS = -g -O0 $(CTLS) LDFLAGS = -lncursesw $(LDTLS) -# Gentoo and other distributions/OSes may need -ltinfo +# Gentoo and other distributions/OSes may need -ltinfow all: $(BIN) $(MAN)