From 3a891388edd2cdd0115941f84d2b8bdc657c328a Mon Sep 17 00:00:00 2001 From: nova Date: Sun, 16 Nov 2025 12:09:40 +0100 Subject: [PATCH] ncursesw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e941fc..62f9d91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC := gcc CFLAGS := -Wall -Wextra -O2 -flto=auto -CURSES := $(shell pkg-config --libs ncurses) +CURSES := $(shell pkg-config --libs ncursesw) CFLAGS_DEBUG := $(CFLAGS) -g CFLAGS_PROFILE := $(CFLAGS) -pg GDB := gdb --tui ./th