We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11204 commit dacf19eCopy full SHA for dacf19e
Makefile
@@ -115,7 +115,7 @@ ldflags:
115
require-%:
116
@if ! command -v $* 1> /dev/null 2>&1; then echo "$* not found in ${PATH}"; exit 1; fi
117
118
-build: WHAT ?= ./cmd/... ./cli/cmd/...
+build: WHAT ?= ./cmd/... ./cli/cmd/... ./sdk/cmd/...
119
build: require-jq require-go require-git verify-go-versions ## Build the project
120
set -x; for W in $(WHAT); do \
121
pushd . && cd $${W%..}; \
0 commit comments