]> Pileus Git - ~andy/gtk/blob - examples/clist/Makefile
forward declaration for gtk_window_paint declare xid_ht static get the
[~andy/gtk] / examples / clist / Makefile
1
2 CC = gcc
3
4 clist: clist.c 
5         $(CC) `gtk-config --cflags`  clist.c -o clist `gtk-config --libs`
6
7 clean: 
8         rm -f *.o clist