forked from AuroraMiddleware/gtk
5ef056ea94
Mon Feb 1 09:16:03 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Complete documentation of Label widget API - New sections for the following: * Arrows * Alignment * Button Boxes * Viewports * examples/arrow/*, examples/buttonbox/*, examples/label/* - New code examples
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
|
CC = gcc
|
|
|
|
buttonbox: buttonbox.c
|
|
$(CC) `gtk-config --cflags` buttonbox.c -o buttonbox `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o buttonbox
|