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

View file

@ -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