Skip to content

Commit

Permalink
refactor(tools): echo the binary path after build tools (#21969)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyeyouyou authored Sep 30, 2024
1 parent 21b3a26 commit 1b32cc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/confix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ all: confix condiff test

confix:
go build -mod=readonly ./cmd/confix
@echo "confix binary has been successfully built in tools/confix/confix"

condiff:
go build -mod=readonly ./cmd/condiff
@echo "condiff binary has been successfully built in tools/confix/condiff"

test:
go test -mod=readonly -race ./...
Expand Down
1 change: 1 addition & 0 deletions tools/cosmovisor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: cosmovisor test

cosmovisor:
go build -mod=readonly ./cmd/cosmovisor
@echo "cosmovisor binary has been successfully built in tools/cosmovisor/cosmovisor"

test:
go test -mod=readonly -race ./...
Expand Down
1 change: 1 addition & 0 deletions tools/hubl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: hubl test

hubl:
go build -mod=readonly ./cmd/hubl
@echo "hubl binary has been successfully built in tools/hubl/hubl"

test:
go test -mod=readonly -race ./...
Expand Down

0 comments on commit 1b32cc8

Please sign in to comment.