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