From 97c69bdcbad877ce3bd3c7096d376288e9c9c5e3 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sat, 12 Feb 2011 01:24:49 -0200 Subject: [PATCH] Compile with debug symbols. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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