mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +00:00
Makefile fixes to build with more recent Go releases.
This commit is contained in:
parent
398a6f4f79
commit
a5174d4b04
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue