summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2007-12-03 21:22:56 +0000
committerMatt Turner <mattst88@gmail.com>2007-12-03 21:22:56 +0000
commit06a8f078d427e4fd8ce9fd578344a2e29bbe872a (patch)
tree0899bf7d511d0a5d5f6ac9d208fca9a6f5c15f5d
parentd680d25c6a10678f0c999ade1041e363b0df7e91 (diff)
DOS to Unix line endings. Whitespace clean up.
git-svn-id: svn://mattst88.com/svn/glpong/trunk@5 449aeecc-241a-0410-943f-e2f883e2d7a2
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index de596c5..8333d28 100644
--- a/Makefile
+++ b/Makefile
@@ -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
+