summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-12-12 00:20:26 +0000
committerMatt Turner <mattst88@gmail.com>2006-12-12 00:20:26 +0000
commitc8f218776cfed976f0a1c92807572f255f392577 (patch)
tree07fd94f8baa2fe02c5ac330704d3f99836eb0ad5 /Makefile
parentfb9b032bd8e18e3f99841bf3da5e0cab793b3ca9 (diff)
-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
+