CC=gcc CFLAGS=-Wall -g `pkg-config --cflags gtk+-2.0` LDFLAGS=`pkg-config --libs gtk+-2.0` all: multiple multiple: multiple.c .PHONY: all