diff options
| author | Bl1tz23 <alex3angle@gmail.com> | 2021-08-10 13:51:04 +0300 |
|---|---|---|
| committer | Bl1tz23 <alex3angle@gmail.com> | 2021-08-10 13:51:04 +0300 |
| commit | 095f66cd64dee0c0a7972bd770a67ba426703bf9 (patch) | |
| tree | 6e58fb3d01df5761656831020156541c86422cfa | |
| parent | 1c94b3d01340baad000188550fcf2ccab6ca80e5 (diff) | |
| download | seaweedfs-095f66cd64dee0c0a7972bd770a67ba426703bf9.tar.xz seaweedfs-095f66cd64dee0c0a7972bd770a67ba426703bf9.zip | |
returned deps target call to build Makefile target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ deps: rm -rf /home/travis/gopath/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace rm -rf /home/travis/gopath/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace -build: +build: deps go build $(GO_FLAGS) -ldflags "$(LDFLAGS)" -o $(BINARY) $(SOURCE_DIR) install: deps |
