Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 3688896069e20f86d47a6969c951964c > files > 2

kcirbshooter-0.04-4.fc12.src.rpm

--- Makefile	2008-10-17 18:35:57.000000000 +0200
+++ Makefile.optflags	2008-10-27 19:21:29.000000000 +0100
@@ -1,5 +1,6 @@
 GCC = gcc
-CFLAGS = -g -Wall --pedantic -lSDL_image -lSDL_mixer `sdl-config --libs --cflags`
+OPTFLAGS = -g -Wall --pedantic
+CFLAGS = $(OPTFLAGS) -lSDL_image -lSDL_mixer `sdl-config --libs --cflags`
 EXE = kcirbshooter
 
 ##########################