xmlx/src/Makefile
jim teeuwen 0a655c2756 new file: README
new file:   src/Makefile
	new file:   src/document.go
	new file:   src/io.go
	new file:   src/node.go
	new file:   src/test.xml
	new file:   src/xmlx_test.go
2009-11-23 05:16:27 +01:00

8 lines
117 B
Makefile

include $(GOROOT)/src/Make.$(GOARCH)
TARG=xmlx
GOFILES=document.go node.go io.go\
include $(GOROOT)/src/Make.pkg