Skip to content

Commit 8c6d8b9

Browse files
committed
#380 Add -r
1 parent 9e3a586 commit 8c6d8b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ include makefiles/osdetect.mk
1111
# "Simple expanded" variables (':=')
1212

1313
# PROGRAM_NAME is the name of the GIT repository.
14-
PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`)
14+
# PROGRAM_NAME := $(shell basename `git rev-parse --show-toplevel`)
15+
PROGRAM_NAME := serve-grpc
1516
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
1617
MAKEFILE_DIRECTORY := $(shell dirname $(MAKEFILE_PATH))
1718
TARGET_DIRECTORY := $(MAKEFILE_DIRECTORY)/target

0 commit comments

Comments
 (0)