Some systems need explicit wide character support when compiling.
This commit is contained in:
parent
e4f07b4692
commit
e379b28468
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
|
CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
|
||||||
LDFLAGS = -lncurses
|
LDFLAGS = -lncursesw
|
||||||
|
|
||||||
EXECUTABLE = ttysolitaire
|
EXECUTABLE = ttysolitaire
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user