From 02b305cc8b9befceb159aa4461889c40794bf531 Mon Sep 17 00:00:00 2001 From: Amber Date: Wed, 6 Aug 2025 14:20:08 -0400 Subject: [PATCH] unicode is not working anyways, so linking to ncursesw is useless. will fix later --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4519b7f..0e1cc61 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ EXECUTABLE := $(TARGET) CC := gcc LD := gcc CFLAGS := -std=c99 -pedantic -Wall -Wextra -O2 -ggdb -LDFLAGS := $(CFLAGS) -lncursesw +LDFLAGS := $(CFLAGS) -lncurses all: $(EXECUTABLE)