mirror of
https://github.com/fluffle/goirc
synced 2025-05-12 18:44:50 +00:00
Makefile fixes to build with more recent Go releases.
This commit is contained in:
parent
1503d7b9db
commit
36b7645577
2 changed files with 2 additions and 2 deletions
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=\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue