diff --git a/Makefile b/Makefile index 2f5b505..b809a0e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -W -Wall -pedantic -ansi -std=c99 +CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g LDFLAGS = -lncursesw EXECUTABLE = bin/ttysolitaire