mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a5ab53ad98
OpenGL Racing Game
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
--- Makefile.orig Tue Jul 16 23:35:15 2002
|
|
+++ Makefile Tue Jul 16 23:38:31 2002
|
|
@@ -27,7 +27,7 @@
|
|
$(CC) main.o timing.o vector.o fifo.o ortho.o audio.o font.o \
|
|
init.o textures.o terrain.o menu.o game.o hud.o messages.o \
|
|
camera.o \
|
|
- -o $(BIN) -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config --libs`
|
|
+ -o $(BIN) ${LDFLAGS} -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config --libs`
|
|
|
|
@rm -f *.o
|
|
|