From c8f218776cfed976f0a1c92807572f255f392577 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 12 Dec 2006 00:20:26 +0000 Subject: -Fixed the FPS counter, somewhat. -Compressed the PNGs a little more. git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@15 4dd1920e-271a-0410-bca0-81b404a81564 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1b5fe6..c95d7ef 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WARN=-Wall -W -ansi -pedantic CFLAGS=-Os -pipe -std=c99 ${WARN} LDFLAGS=-Wl,-O1,-s INCLUDES=`sdl-config --cflags` -LIBRARIES=`sdl-config --libs` -lSDL_image -lSDL_net -lGL -lGLU -lglc32 +LIBRARIES=`sdl-config --libs` -lSDL_image -lSDL_net -lGL -lGLU -lGLC EXT=.exe EXE=glpong3d${EXT} @@ -23,4 +23,4 @@ remake: rebuild %.o: %.c ${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $< - \ No newline at end of file + -- cgit v1.2.3