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