TOP = ../../../..
include $(TOP)/make.config
GFLAGS += -I ..

t: test.go ../xml.ga
	$(GONTC) -L .. -o t -lib xml.ga test.go
