7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include $(GOROOT)/src/Make.$(GOARCH)
 | 
						|
 | 
						|
TARG=irc
 | 
						|
GOFILES=irc.go irc_struct.go
 | 
						|
 | 
						|
include $(GOROOT)/src/Make.pkg 
 |