2010-09-29 08:07:33 +00:00
|
|
|
<<<<<<< HEAD:Makefile
|
2010-09-29 08:06:55 +00:00
|
|
|
include $(GOROOT)/src/Make.inc
|
2010-09-29 08:07:33 +00:00
|
|
|
=======
|
2010-09-29 07:04:14 +00:00
|
|
|
include $(GOROOT)/src/Make.${GOARCH}
|
2010-09-29 08:07:33 +00:00
|
|
|
>>>>>>> 6f3c572eae2c00aaaf57248b767adf74b571ed01:Makefile
|
2009-11-18 15:00:05 +00:00
|
|
|
|
2009-11-21 23:05:12 +00:00
|
|
|
TARG=irc
|
2010-01-06 18:32:35 +00:00
|
|
|
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
|