Browse code

use .gopath/ instead of build/

Mikhail Sobolev authored on 2013/03/26 09:23:36
Showing 2 changed files
... ...
@@ -9,4 +9,4 @@ command-line-arguments.test
9 9
 .flymake*
10 10
 docker.test
11 11
 auth/auth.test
12
-build/
12
+.gopath/
... ...
@@ -1,6 +1,6 @@
1 1
 DOCKER_PACKAGE := github.com/dotcloud/docker
2 2
 
3
-BUILD_DIR := $(CURDIR)/build
3
+BUILD_DIR := $(CURDIR)/.gopath
4 4
 
5 5
 GOPATH ?= $(BUILD_DIR)
6 6
 export GOPATH