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