6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include $(GOROOT)/src/Make.inc
 | 
						|
 | 
						|
TARG = github.com/jteeuwen/go-pkg-xmlx
 | 
						|
GOFILES = document.go node.go entitymap.go
 | 
						|
 | 
						|
include $(GOROOT)/src/Make.pkg
 |