aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBl1tz23 <alex3angle@gmail.com>2021-08-10 13:51:04 +0300
committerBl1tz23 <alex3angle@gmail.com>2021-08-10 13:51:04 +0300
commit095f66cd64dee0c0a7972bd770a67ba426703bf9 (patch)
tree6e58fb3d01df5761656831020156541c86422cfa /Makefile
parent1c94b3d01340baad000188550fcf2ccab6ca80e5 (diff)
downloadseaweedfs-095f66cd64dee0c0a7972bd770a67ba426703bf9.tar.xz
seaweedfs-095f66cd64dee0c0a7972bd770a67ba426703bf9.zip
returned deps target call to build Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c389e6e3..9a62eb9fe 100644
--- a/Makefile
+++ b/Makefile
@@ -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