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