go-xmpp/Makefile

7 lines
118 B
Makefile
Raw Normal View History

2011-02-27 18:44:24 -08:00
include $(GOROOT)/src/Make.inc
2011-05-10 06:52:09 -07:00
TARG = github.com/mattn/go-xmpp
2011-02-27 18:44:24 -08:00
GOFILES = xmpp.go
include $(GOROOT)/src/Make.pkg