all : rolling-hash rolling-hash-2d rolling-hash : rolling-hash.o rolling-hash-2d : rolling-hash-2d.o CFLAGS = $(shell pkg-config --cflags cairo) LDLIBS = $(shell pkg-config --libs cairo)