From c03ef20e5dc0a88cec479c9711d9941aba48ab97 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Wed, 27 Nov 2024 16:58:39 +0100 Subject: [PATCH] RELEASE.md: Fix wrong make target name --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 128d7615..b4782e76 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ On a Linux machine with podman: ``` -make container-release-linux +make linux-container-release ``` ## Build Windows releases