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:
parent
d544994641
commit
5fe3fea8c0
7
Makefile
7
Makefile
@ -1,6 +1,9 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=irc
|
||||
GOFILES=irc.go irc_struct.go irc_callback.go
|
||||
TARG=github.com/lye/cleanirc
|
||||
GOFILES=\
|
||||
src/irc.go \
|
||||
src/irc_struct.go \
|
||||
src/irc_callback.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user