aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cce9d586d..03017abd9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ clean:
deps:
go get $(GO_FLAGS) -d $(SOURCE_DIR)
+ rm -rf $GOPATH/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
build: deps
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)