mirror of https://github.com/fluffle/goirc
Makefile fixes to build with more recent Go releases.
This commit is contained in:
parent
1503d7b9db
commit
36b7645577
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=gobot
|
||||
GOFILES=\
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=irc
|
||||
GOFILES=\
|
||||
|
|
Loading…
Reference in New Issue