forked from AuroraMiddleware/gtk
a77c4da512
1998-11-07 Jay Cox <jaycox@earthlink.net> * gtk/gtkwindow.c: forward declaration for gtk_window_paint * gdk/gdkxid.c: declare xid_ht static * examples/*/Makefile: get the link ordering right.
9 lines
145 B
Makefile
9 lines
145 B
Makefile
|
|
CC = gcc
|
|
|
|
helloworld: helloworld.c
|
|
$(CC) `gtk-config --cflags` helloworld.c -o helloworld `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o helloworld
|