CFLAGS = $(shell pkg-config --cflags gtk+-2.0) $(shell pkg-config --cflags libdrm)
LDFLAGS = $(shell pkg-config --libs gtk+-2.0) $(shell pkg-config --libs libdrm)

all: telop1 telop2
