]> Pileus Git - ~andy/gtk/blob - examples/buttonbox/Makefile
- Complete documentation of Label widget API - New sections for the
[~andy/gtk] / examples / buttonbox / Makefile
1
2 CC = gcc
3
4 buttonbox: buttonbox.c 
5         $(CC) `gtk-config --cflags`  buttonbox.c -o buttonbox `gtk-config --libs`
6
7 clean: 
8         rm -f *.o buttonbox