CC = gcc
CFLAGS = -Wall -g `gtk-config --cflags`
LDFLAGS = -L/usr/X11/lib -lX11 `gtk-config --libs`

all: testxds edit
