16 строки
235 B
Makefile
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
|