From efd5878bddbe96262dbe35ad8b8e9e15a6405583 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 10 Dec 2024 11:33:42 +0100 Subject: [PATCH] fix(makefile): Re-add missing generate target Re-add the missing generate target to the dist/common-templates.yaml target. Signed-off-by: Felix Matouschek --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 83705163..05d1f24f 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ export REVISION=$(shell ./revision.sh) dist/templates/%.yaml: generate -dist/common-templates.yaml: +dist/common-templates.yaml: generate echo -n "# Version " > dist/common-templates.yaml; git describe --always --tags HEAD >> dist/common-templates.yaml; echo -n "# Version " > dist/common-templates-amd64.yaml;