mirror of
https://github.com/fluffle/goirc
synced 2025-05-28 18:33:20 +00:00
Move irc/ to client/ and set up for goinstall.
This commit is contained in:
parent
00d25810b5
commit
bedbfc2899
7 changed files with 7 additions and 7 deletions
14
irc/Makefile
14
irc/Makefile
|
@ -1,14 +0,0 @@
|
|||
# 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
|
||||
GOFILES=\
|
||||
connection.go\
|
||||
commands.go\
|
||||
handlers.go\
|
||||
nickchan.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
Loading…
Add table
Add a link
Reference in a new issue