]> Pileus Git - ~andy/gtk/blob - examples/buttonbox/Makefile
Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
[~andy/gtk] / examples / buttonbox / Makefile
1
2 CC = gcc
3
4 buttonbox: buttonbox.c 
5         $(CC) `pkg-config --cflags gtk+-2.0`  buttonbox.c -o buttonbox `pkg-config --libs gtk+-2.0`
6
7 clean: 
8         rm -f *.o buttonbox