TESTOBJS=gtkgoboard.o testgoboard.o

CFLAGS=`gtk-config --cflags`

testgoboard: $(TESTOBJS)
	$(CC) -o testgoboard $(TESTOBJS) `gtk-config --libs`