aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-09-03 10:20:16 -0700
committerChris Lu <chris.lu@gmail.com>2019-09-03 10:20:16 -0700
commit6361e2b2fcd5e8b59128bf01f2a50d4743181b7a (patch)
tree2e59b592653d118d03979fa54e671087efdc5a43 /Makefile
parente33f5f5b3382f6dcd8f7a4142a2b3616f7431470 (diff)
downloadseaweedfs-6361e2b2fcd5e8b59128bf01f2a50d4743181b7a.tar.xz
seaweedfs-6361e2b2fcd5e8b59128bf01f2a50d4743181b7a.zip
fix travis
Diffstat (limited to 'Makefile')
-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)