]> Pileus Git - ~andy/gtk/blob - examples/text/Makefile
1ebb1ff2b40b42fed01b6dc5f376d76fa3fd06d1
[~andy/gtk] / examples / text / Makefile
1
2 CC = gcc
3
4 text: text.c 
5         $(CC) `gtk-config --cflags`  text.c -o text `gtk-config --libs`
6
7 clean: 
8         rm -f *.o text