go-bt/Makefile

10 lines
130 B
Makefile
Raw Normal View History

2010-09-14 08:50:50 +00:00
include $(GOROOT)/src/Make.inc
2010-01-06 15:38:33 +00:00
TARG=jackpal/bencode
GOFILES=\
decode.go\
parse.go\
struct.go\
include $(GOROOT)/src/Make.pkg