blob: 041bb27927ca80194f6245eb81be07783878e354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile~ 2007-06-30 09:16:58.000000000 -0500
+++ Makefile 2007-06-30 09:18:26.000000000 -0500
@@ -3,7 +3,7 @@
panels.o debug.o config.o `gtk-config --cflags --libs`
%.o: %.c gtuxnes.h
- gcc `gtk-config --cflags` -c $*.c -o $@
+ gcc $(CFLAGS) `gtk-config --cflags` -c $*.c -o $@
clean:
rm -f *.o
|