mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
e19f939b53
Sat Apr 4 12:23:23 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: (gtk-crichton-980403-0) subsections on Aspect Frames and Paned widgets. * examples/paned examples/aspectframe: new examples
9 lines
119 B
Makefile
9 lines
119 B
Makefile
|
|
CC = gcc
|
|
|
|
paned: paned.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` paned.c -o paned
|
|
|
|
clean:
|
|
rm -f *.o paned
|