forked from AuroraMiddleware/gtk
3821880398
Thu Dec 10 17:58:49 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix listing all the signals (apologies to TimJ for taking so long in using his hard work in automating the extraction - thanx Tim). * examples/*: bring them all upto the tutorial versions
9 lines
121 B
Makefile
9 lines
121 B
Makefile
|
|
CC = gcc
|
|
|
|
packer: pack.c
|
|
$(CC) `gtk-config --cflags` pack.c -o packer `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o packer
|