Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 6df6fd91b7e1669e4e78e39167bc1d54 > files > 169

gtk+-devel-1.2.10-70.fc13.i686.rpm


CC = gcc

helloworld: helloworld.c 
	$(CC) `gtk-config --cflags`  helloworld.c -o helloworld `gtk-config --libs`

clean: 
	rm -f *.o helloworld