From a8c17442885e08a2636d6501b2e777cf4889ec26 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 28 Nov 2025 17:40:00 +0100 Subject: [PATCH] fix: recipe name in Makefile (#61) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee2e3a5..e278c37 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ linux-deb: linux-binary-x86_64 cargo deb --no-build --strip --target=x86_64-unknown-linux-gnu --output=. .PHONY: linux-rpm -linux-deb: linux-binary-x86_64 +linux-rpm: linux-binary-x86_64 cargo generate-rpm --target=x86_64-unknown-linux-gnu --output=. binary-all: win-binary-x86_64 linux-binary-x86_64