go-ircevent/Makefile

10 lines
160 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
2009-11-18 15:00:05 +00:00
TARG=github.com/lye/cleanirc
GOFILES=\
src/irc.go \
src/irc_struct.go \
src/irc_callback.go
2009-11-18 15:00:05 +00:00
2009-11-21 23:05:12 +00:00
include $(GOROOT)/src/Make.pkg