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