From 3b3bc5da4cba1610c4415353bd99a217fcd6b195 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 31 Oct 2024 13:06:31 +0100
Subject: [PATCH] Fix makefile

---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e6baaae..e9dd4c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-RELEASE_SCRIPT = ./.gitlab/scripts/release.sh
-
 .PHONY: all
 all: docs
 
@@ -20,4 +18,4 @@ docs:
 
 .PHONY: release
 release:
-	$(RELEASE_SCRIPT) $(VERSION)
+	./.gitlab/scripts/release.sh $(VERSION)
-- 
GitLab