diff --git a/tools/confix/Makefile b/tools/confix/Makefile index 417b7a7c49..5c29441e29 100644 --- a/tools/confix/Makefile +++ b/tools/confix/Makefile @@ -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 ./... diff --git a/tools/cosmovisor/Makefile b/tools/cosmovisor/Makefile index b5a7be601e..94a02976ac 100644 --- a/tools/cosmovisor/Makefile +++ b/tools/cosmovisor/Makefile @@ -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 ./... diff --git a/tools/hubl/Makefile b/tools/hubl/Makefile index a329b93e38..3490c58dc0 100644 --- a/tools/hubl/Makefile +++ b/tools/hubl/Makefile @@ -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 ./...