From 23f87b3278a743b59e15263bf2ff842d646a5424 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 15 Nov 2022 09:10:43 +0100 Subject: [PATCH] Makefile: Fix targets order Signed-off-by: Julien Pivotto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4a9a06cf..4c40efd36 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ plugins/plugins.go: plugins.yml plugins/generate.go plugins: plugins/plugins.go .PHONY: build -build: assets npm_licenses assets-compress common-build plugins +build: assets npm_licenses assets-compress plugins common-build .PHONY: bench_tsdb bench_tsdb: $(PROMU)