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
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.$(GOARCH)
|
include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG=gobot
|
TARG=gobot
|
||||||
GOFILES=\
|
GOFILES=\
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.$(GOARCH)
|
include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG=irc
|
TARG=irc
|
||||||
GOFILES=\
|
GOFILES=\
|
||||||
|
|
Loading…
Reference in New Issue