CFLAGS = $(shell pkg-config --cflags gtk+-2.0) LDFLAGS = $(shell pkg-config --libs gtk+-2.0) all: test test: test.o test.o: test.c