From 3a78917e1037c86b11305b2d8fdee26ef6c57090 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Thu, 6 Mar 2025 19:42:05 +0100 Subject: [PATCH] link ncursesw --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ec23cf..269c9be 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Compiler and flags CPPC = g++ -CPPC_FLAGS = -std=c++23 -s -O3 -lncurses -lcurl -lmenu -lpanel -Wall -Wextra -Wno-write-strings +CPPC_FLAGS = -std=c++23 -s -O3 -lncursesw -lcurl -lmenu -lpanel -Wall -Wextra -Wno-write-strings # Debug flags: -# CPPC_FLAGS = -ggdb -std=c++23 -lncurses -lcurl -lmenu -lpanel -Wall -Wextra +# CPPC_FLAGS = -ggdb -std=c++23 -lncursesw -lcurl -lmenu -lpanel -Wall -Wextra -Wno-write-strings SRC_PATH := src