mirror of
				https://github.com/fluffle/goirc
				synced 2025-11-04 12:08:03 +00:00 
			
		
		
		
	Initial commit of vague hackery for a go IRCd.
This commit is contained in:
		
							parent
							
								
									83e1f9ca74
								
							
						
					
					
						commit
						b2539c0063
					
				
					 22 changed files with 1104 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								server/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								server/Makefile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
# Copyright 2009 The Go Authors. All rights reserved.
 | 
			
		||||
# Use of this source code is governed by a BSD-style
 | 
			
		||||
# license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
include $(GOROOT)/src/Make.inc
 | 
			
		||||
 | 
			
		||||
TARG=irc/server
 | 
			
		||||
GOFILES=\
 | 
			
		||||
	config.go\
 | 
			
		||||
 | 
			
		||||
include $(GOROOT)/src/Make.pkg
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue