1
0
Fork 0
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:
Alex Bramley 2010-11-21 19:53:14 +00:00
parent 00d25810b5
commit bedbfc2899
7 changed files with 7 additions and 7 deletions

14
client/Makefile Normal file
View 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