* merged changes from HEAD into gtk-multihead branch. * fixed resulting bugs. * added 3 new sgml doc files in docs/reference/gdk/tmpl
9 lines
158 B
Makefile
9 lines
158 B
Makefile
|
|
CC = gcc
|
|
|
|
buttonbox: buttonbox.c
|
|
$(CC) `pkg-config --cflags gtk+-2.0` buttonbox.c -o buttonbox `pkg-config --libs gtk+-2.0`
|
|
|
|
clean:
|
|
rm -f *.o buttonbox
|