CFLAGS = `gtk-config --cflags`
LDFLAGS = -lgtk -lgdk -lglib -lX11

all: test gtkscript

test: test.c
gtkscript: gtkscript.c

