diff --git a/Makefile b/Makefile index f9e3c5c..89a376b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g -LDFLAGS = -lncurses +LDFLAGS = -lncursesw EXECUTABLE = ttysolitaire SRC_DIR = src