modified: src/Makefile

modified:   src/document.go
	new file:   src/entitymap.go
This commit is contained in:
jim teeuwen 2009-11-23 18:28:44 +01:00
parent e0fdc48cf7
commit 4857865daf
3 changed files with 280 additions and 1 deletions

View file

@ -2,7 +2,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=xmlx
GOFILES=document.go node.go io.go\
GOFILES=document.go node.go io.go entitymap.go\
include $(GOROOT)/src/Make.pkg