Skip to content

Commit

Permalink
#200 Fix PROGRAM_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jan 7, 2025
1 parent bbba7d4 commit bd90947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd90947

Please sign in to comment.