Files
mostlymatter/vendor/github.com/mattermost/rsc/imap/Makefile
Christopher Speller 38ee83e45b Moving to glide
2016-05-12 23:56:07 -04:00

16 строки
235 B
Makefile

include $(GOROOT)/src/Make.inc
# TARG=code.google.com/p/rsc/imap
TARG=rsc.googlecode.com/hg/imap
GOFILES=\
decode.go\
imap.go\
mail.go\
sx.go\
tcs.go\
GCIMPORTS=-I$(GOPATH)/pkg/$(GOOS)_$(GOARCH)
include $(GOROOT)/src/Make.pkg