We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba2224 commit d736897Copy full SHA for d736897
1 file changed
tools/make/common.mk
@@ -206,6 +206,9 @@ RSCRIPT ?= Rscript
206
# Define the command for getting the current project version:
207
CURRENT_PROJECT_VERSION ?= $(NODE) -e "console.log( require( '$(ROOT_DIR)/package.json' ).version )"
208
209
+# Define the command for getting the project name:
210
+PROJECT_NAME ?= $(NODE) -e "console.log( require( '$(ROOT_DIR)/package.json' ).name )"
211
+
212
213
# TOOLS #
214
0 commit comments