go-ircevent/Makefile
lye 5fe3fea8c0 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.
2012-03-21 22:38:22 -05:00

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