5fe3fea8c0
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.
10 lines
160 B
Makefile
10 lines
160 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/lye/cleanirc
|
|
GOFILES=\
|
|
src/irc.go \
|
|
src/irc_struct.go \
|
|
src/irc_callback.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|