7 lines
125 B
Makefile
7 lines
125 B
Makefile
include $(GOROOT)/src/Make.$(GOARCH)
|
|
|
|
TARG=irc
|
|
GOFILES=irc.go irc_struct.go irc_callback.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|