Making package easily usable with goinstall. Including the reference to go-iconv.

This commit is contained in:
jim teeuwen 2011-01-20 22:48:03 +01:00
parent e36a8d35b8
commit 9b53d04d9d
9 changed files with 4 additions and 16 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
include $(GOROOT)/src/Make.inc
TARG = github.com/jteeuwen/go-pkg-xmlx
GOFILES = document.go node.go entitymap.go
include $(GOROOT)/src/Make.pkg