From f60c14bafd9c6bcd9c7c0061396f03de649aa63c Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 23 Jun 2023 18:48:39 +0100 Subject: [PATCH] . --- Makefile.gitshared | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.gitshared b/Makefile.gitshared index 91ed289..4dd5c60 100644 --- a/Makefile.gitshared +++ b/Makefile.gitshared @@ -1,6 +1,7 @@ SHELL := /bin/sh ZPC = /zz -MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST)) +MAKEFILE := $(firstword $(MAKEFILE_LIST)) +MAKEFILE_NAME := $$(basename ${MAKEFILE}) .PHONY: help help: ## Show this help