Files
gtk/examples/notebook/Makefile
Erwann Chenede 40df0aeb9b (01/12/01) Erwann Chenede - <erwann.chenede@sun.com>
* merged changes from HEAD into gtk-multihead branch.
* fixed resulting bugs.
* added 3 new sgml doc files in docs/reference/gdk/tmpl
2001-12-01 16:35:56 +00:00

9 lines
153 B
Makefile

CC = gcc
notebook: notebook.c
$(CC) `pkg-config --cflags gtk+-2.0` notebook.c -o notebook `pkg-config --libs gtk+-2.0`
clean:
rm -f *.o notebook