forked from jshiffer/go-xmpp
7 lines
118 B
Makefile
7 lines
118 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = github.com/mattn/go-xmpp
|
|
GOFILES = xmpp.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|