hello-world: hello-world.c gcc -Wall -o hello-world hello-world.c `pkg-config gtk+-2.0 --cflags --libs` clean: rm -f hello-world *~