Browse Source

travis build

pull/1060/head
Chris Lu 5 years ago
parent
commit
e33f5f5b33
  1. 1
      Makefile

1
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)

Loading…
Cancel
Save