From 06a8f078d427e4fd8ce9fd578344a2e29bbe872a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 3 Dec 2007 21:22:56 +0000 Subject: DOS to Unix line endings. Whitespace clean up. git-svn-id: svn://mattst88.com/svn/glpong/trunk@5 449aeecc-241a-0410-943f-e2f883e2d7a2 --- Makefile | 6 +++--- 1 file 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 + -- cgit v1.2.3