10 lines
136 B
Makefile
10 lines
136 B
Makefile
|
include $(GOROOT)/src/Make.$(GOARCH)
|
||
|
|
||
|
TARG=jackpal/bencode
|
||
|
GOFILES=\
|
||
|
decode.go\
|
||
|
parse.go\
|
||
|
struct.go\
|
||
|
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|