From ca78ca8c100fd5904f35b3ceb3997e0512dcbc69 Mon Sep 17 00:00:00 2001 From: tj Date: Wed, 29 Sep 2010 11:53:44 +0200 Subject: [PATCH] Fixing compile for new go version, again. (Sorry about that) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bda80c..393ab31 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -include $(GOROOT)/src/Make.${GOARCH} +include $(GOROOT)/src/Make.inc TARG=irc GOFILES=irc.go irc_struct.go irc_callback.go