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