forked from AuroraMiddleware/gtk
337bdee253
Mon Dec 7 15:15:06 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Start mass update for GTK 1.1 * examples/extract.sh: Look for the best version of awk * examples/extract.awk: Fix FD leak * example/base: minimal example from Tutorial
9 lines
115 B
Makefile
9 lines
115 B
Makefile
|
|
CC = gcc
|
|
|
|
base: base.c
|
|
$(CC) `gtk-config --cflags` base.c -o base `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o base
|