2011-03-19 13:50:46 +00:00
|
|
|
# This work is subject to the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
|
|
|
# license. Its contents can be found at:
|
|
|
|
# http://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
|
2010-08-25 19:22:14 +00:00
|
|
|
include $(GOROOT)/src/Make.inc
|
2009-11-23 04:16:27 +00:00
|
|
|
|
2011-01-20 21:48:03 +00:00
|
|
|
TARG = github.com/jteeuwen/go-pkg-xmlx
|
2011-01-18 20:31:56 +00:00
|
|
|
GOFILES = document.go node.go entitymap.go
|
2009-11-23 04:16:27 +00:00
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|