diff options
author | Matt Turner <mattst88@gmail.com> | 2010-02-09 19:13:26 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-04-04 17:14:36 -0400 |
commit | 7f4e8d55232c076ec8e433e835928aeef55c354c (patch) | |
tree | 23337d4094328fa5e5c81701e9b27d1c1d9c6580 /Makefile | |
parent | 9628bb86f9f31f6186b473ea3b386286c0e92623 (diff) |
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC=gcc STRIP=strip -WARN=-Wall -W -ansi -pedantic -DDEBUG +WARN=-Wall -W -pedantic -DDEBUG CFLAGS=-ggdb -g3 -pipe -std=c99 ${WARN} LDFLAGS=-Wl,-O1,-s INCLUDES=`sdl-config --cflags` |