From e379b2846819f69fc72998b303e7190d942756b0 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 12 Jun 2011 20:17:06 -0300 Subject: [PATCH] Some systems need explicit wide character support when compiling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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