forked from AuroraMiddleware/gtk
7e68d71fd2
Tue Feb 2 08:59:16 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: new sections on Layout and SpinButton [nice widget] * examples/spinbutton/*: example code
9 lines
145 B
Makefile
9 lines
145 B
Makefile
|
|
CC = gcc
|
|
|
|
spinbutton: spinbutton.c
|
|
$(CC) `gtk-config --cflags` spinbutton.c -o spinbutton `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o spinbutton
|