9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
||
|
include $(GOROOT)/src/Make.$(GOARCH)
|
||
|
|
||
|
TARG=xmlx
|
||
|
GOFILES=document.go node.go io.go\
|
||
|
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|