* merged changes from HEAD into gtk-multihead branch. * fixed resulting bugs. * added 3 new sgml doc files in docs/reference/gdk/tmpl
9 lines
188 B
Makefile
9 lines
188 B
Makefile
|
|
CC = gcc
|
|
|
|
scribble-simple: scribble-simple.c
|
|
$(CC) `pkg-config --cflags gtk+-2.0` scribble-simple.c -o scribble-simple `pkg-config --libs gtk+-2.0`
|
|
|
|
clean:
|
|
rm -f *.o scribble-simple
|