From c3beae4a4ee54afc2fa91cbdcebc084ae0e0a237 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 10 May 2011 22:52:09 +0900 Subject: [PATCH] goinstallable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dae3b20..9cfbe26 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include $(GOROOT)/src/Make.inc -TARG = github.com/mattn/xmpp +TARG = github.com/mattn/go-xmpp GOFILES = xmpp.go include $(GOROOT)/src/Make.pkg