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