Skip to content

Commit 68c09b3

Browse files
committed
Makefile - add build-cli
1 parent 64dd2e4 commit 68c09b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ CMD_TIDY := go mod tidy
4141
build-cli-cordium:
4242
CGO_ENABLED=0 go build $(LDFLAGS) -o bin/ github.com/octelium/cordium/client/cordium
4343

44+
build-cli: build-cli-cordium
45+
4446
build-workspace:
4547
CGO_ENABLED=0 GOOS=linux go build $(LDFLAGS) -o bin/cordium-workspace github.com/octelium/cordium/cluster/workspace
4648
build-workspace-git-cred-helper:

0 commit comments

Comments
 (0)