go-ircevent/Makefile

7 lines
125 B
Makefile
Raw Normal View History

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