diff options
author | Matt Turner <mattst88@gmail.com> | 2007-12-03 21:22:56 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2007-12-03 21:22:56 +0000 |
commit | 06a8f078d427e4fd8ce9fd578344a2e29bbe872a (patch) | |
tree | 0899bf7d511d0a5d5f6ac9d208fca9a6f5c15f5d /Makefile | |
parent | d680d25c6a10678f0c999ade1041e363b0df7e91 (diff) |
DOS to Unix line endings. Whitespace clean up.
git-svn-id: svn://mattst88.com/svn/glpong/trunk@5 449aeecc-241a-0410-943f-e2f883e2d7a2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ CC=gcc
STRIP=strip
WARN=-Wall -W -ansi -pedantic
-CFLAGS=-Os -pipe -std=c99 ${WARN}
-LDFLAGS=-Wl,-O1,-s
+CFLAGS=-Os -pipe -std=c99 ${WARN} -g
+LDFLAGS=-Wl,-O1
INCLUDES=`sdl-config --cflags`
LIBRARIES=`sdl-config --libs` -lSDL_image -lGL
EXT=.exe
@@ -23,4 +23,4 @@ remake: rebuild %.o: %.c
${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $<
-
\ No newline at end of file +
|