mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-23 04:23:45 -07:00
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
|