diff --git a/Makefile b/Makefile index a1e647fb3e..65735e06e1 100644 --- a/Makefile +++ b/Makefile @@ -905,7 +905,7 @@ install.systemd: endif .PHONY: install.tools -install.tools: .install.golangci-lint .install.swagger ## Install needed tools +install.tools: .install.golangci-lint ## Install needed tools $(MAKE) -C test/tools .PHONY: .install.goimports