We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3a586 commit 8c6d8b9Copy full SHA for 8c6d8b9
Makefile
@@ -11,7 +11,8 @@ include makefiles/osdetect.mk
11
# "Simple expanded" variables (':=')
12
13
# PROGRAM_NAME is the name of the GIT repository.
14
-PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`)
+# PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`)
15
+PROGRAM_NAME := serve-grpc
16
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
17
MAKEFILE_DIRECTORY := $(shell dirname $(MAKEFILE_PATH))
18
TARGET_DIRECTORY := $(MAKEFILE_DIRECTORY)/target
0 commit comments