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 64dd2e4 commit 68c09b3Copy full SHA for 68c09b3
1 file changed
Makefile
@@ -41,6 +41,8 @@ CMD_TIDY := go mod tidy
41
build-cli-cordium:
42
CGO_ENABLED=0 go build $(LDFLAGS) -o bin/ github.com/octelium/cordium/client/cordium
43
44
+build-cli: build-cli-cordium
45
+
46
build-workspace:
47
CGO_ENABLED=0 GOOS=linux go build $(LDFLAGS) -o bin/cordium-workspace github.com/octelium/cordium/cluster/workspace
48
build-workspace-git-cred-helper:
0 commit comments