From ef2113e5df2c6eaa5f7e44f0db1bed840bf8916f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 15 Nov 2023 12:22:37 +0100 Subject: [PATCH] Makefile: remove package-base dependency from `publish` rule, since this dep is set inside all the `publish-*` dependencies This is a follow-up for d4099a75be7ad7ae906b4c8a6820ffb204f0de77 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d7b9d609..be24b5adf 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: \ clean: rm -rf bin/* -publish: package-base \ +publish: \ publish-victoria-metrics \ publish-vmagent \ publish-vmalert \