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
8 lines
117 B
Makefile
8 lines
117 B
Makefile
|
|
include $(GOROOT)/src/Make.$(GOARCH)
|
|
|
|
TARG=xmlx
|
|
GOFILES=document.go node.go io.go\
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|