From 59d18812e83b66d697fbbecab786ceb41f0413d1 Mon Sep 17 00:00:00 2001 From: Yves Junqueira Date: Thu, 19 Jan 2012 22:18:39 +0100 Subject: [PATCH] Use the "go" tool for building. Change the package structure so it can be imported as "github.com/jackpal/Taipei-Torrent". Remove Makefiles and helper scripts. To build, use "go build" (works with weekly.2012-01-15). To clean, use "go clean" (not yet available in the current weekly). Note that the go tool expects the source code to be in a very specific directory. See: http://tip.golang.org/doc/code.html --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 838bff7..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=jackpal/bencode -GOFILES=\ - decode.go\ - parse.go\ - struct.go\ - - -include $(GOROOT)/src/Make.pkg \ No newline at end of file