1 2 3 4 5 6 7 8
CC = gcc helloworld2: helloworld2.c $(CC) `gtk-config --cflags` `gtk-config --libs` helloworld2.c -o helloworld2 clean: rm -f helloworld2