CC=gcc
CFLAGS=-Wall `gtk-config --cflags` `gtk-config --libs`

gfblevel:
	$(CC) $(CFLAGS) gfblevel.c -o $@

clean:
	rm -f gfblevel *~
