Hurrah, starting a real fork.

The old codebase is too messy for my taste and doesn't provide a clean
enough API. I don't like the name either, so I'm also rebranding it. I
don't care.
This commit is contained in:
lye 2012-03-21 22:38:22 -05:00
parent d544994641
commit 5fe3fea8c0
4 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
include $(GOROOT)/src/Make.inc include $(GOROOT)/src/Make.inc
TARG=irc TARG=github.com/lye/cleanirc
GOFILES=irc.go irc_struct.go irc_callback.go GOFILES=\
src/irc.go \
src/irc_struct.go \
src/irc_callback.go
include $(GOROOT)/src/Make.pkg include $(GOROOT)/src/Make.pkg

View File