aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ca4b17d8f..ad4b0f594 100644
--- a/Makefile
+++ b/Makefile
@@ -829,7 +829,7 @@ install.systemd:
endif
.PHONY: install.tools
-install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install needed tools
+install.tools: .install.ginkgo .install.golangci-lint ## Install needed tools
make -C test/tools
.PHONY: .install.ginkgo
@@ -846,10 +846,6 @@ install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install n
make -C test/tools build/go-md2man ; \
fi
-.PHONY: .install.bats
-.install.bats:
- VERSION=v1.1.0 ./hack/install_bats.sh
-
.PHONY: .install.pre-commit
.install.pre-commit:
if [ -z "$(PRE_COMMIT)" ]; then \