File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ ldflags:
115115require-% :
116116 @if ! command -v $* 1> /dev/null 2>&1 ; then echo " $* not found in ${PATH} " ; exit 1; fi
117117
118- build : WHAT ?= ./cmd/... ./cli/cmd/...
118+ build : WHAT ?= ./cmd/... ./cli/cmd/... ./sdk/cmd/...
119119build : require-jq require-go require-git verify-go-versions # # Build the project
120120 set -x; for W in $( WHAT) ; do \
121121 pushd . && cd $$ {W%..}; \
@@ -128,7 +128,7 @@ build: require-jq require-go require-git verify-go-versions ## Build the project
128128build-all :
129129 GOOS=$(OS ) GOARCH=$(ARCH ) $(MAKE ) build WHAT=' ./cmd/...'
130130
131- install : WHAT ?= ./cmd/... ./cli/cmd/...
131+ install : WHAT ?= ./cmd/... ./cli/cmd/... ./sdk/cmd/...
132132install : require-jq require-go require-git verify-go-versions # # Install the project
133133 set -x; for W in $( WHAT) ; do \
134134 pushd . && cd $$ {W%..}; \
You can’t perform that action at this time.
0 commit comments