From bd90947d81219a993f6a0e3c3f36e97dd3883b8e Mon Sep 17 00:00:00 2001 From: docktermj Date: Tue, 7 Jan 2025 15:49:13 -0500 Subject: [PATCH] #200 Fix PROGRAM_NAME --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1cf03f..4fe4229 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ include makefiles/osdetect.mk # "Simple expanded" variables (':=') # PROGRAM_NAME is the name of the GIT repository. -PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`) +# PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`) +PROGRAM_NAME = playground MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST))) MAKEFILE_DIRECTORY := $(shell dirname $(MAKEFILE_PATH)) TARGET_DIRECTORY := $(MAKEFILE_DIRECTORY)/target