mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +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
client/Makefile
Normal file
14
client/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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=github.com/fluffle/goirc/client
|
||||
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