Skip to content

Commit 3ca685a

Browse files
committed
makefile small refactor
1 parent 5828fb3 commit 3ca685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build:
1010
go build -o $(CLI_DESTINATION) $(CLI_SOURCE_FILES)
1111

1212
.PHONY: tools
13-
tools: ## Install dev tools
14-
@echo "==> Installing dependencies..."
13+
tools:
14+
@echo "==> Installing dev tools..."
1515
go telemetry off # disable sending telemetry data, more info: https://go.dev/doc/telemetry
1616
go install github.com/rhysd/actionlint/cmd/actionlint@latest
1717
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest

0 commit comments

Comments
 (0)