From dd7f5634e2085a466ab9d36e8f72a93ff8c52f43 Mon Sep 17 00:00:00 2001 From: nova Date: Sat, 15 Nov 2025 22:01:33 +0100 Subject: [PATCH] very simplistic 'handling' of split/non split ncurses --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d7f27c7..5e941fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ CC := gcc CFLAGS := -Wall -Wextra -O2 -flto=auto -CURSES := -lncursesw -ltinfow #utf8 support -#CURSES := -lncurses -tinfo #no utf8 +CURSES := $(shell pkg-config --libs ncurses) CFLAGS_DEBUG := $(CFLAGS) -g CFLAGS_PROFILE := $(CFLAGS) -pg GDB := gdb --tui ./th