Skip to content

Commit 7ba9654

Browse files
committed
Add BUILD_FOLDER environment variable
1 parent e18fbc5 commit 7ba9654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ DOCUMENTATION_FOLDER ?= docs
102102
# Define the folder name convention for configuration files:
103103
CONFIG_FOLDER ?= etc
104104

105+
# Define the folder name convention for build artifacts:
106+
BUILD_FOLDER ?= build
107+
105108
# Define Node paths:
106109
NODE_PATH ?= $(ROOT_DIR)/lib/node_modules
107110
NODE_PATH_BENCHMARK ?= $(NODE_PATH)

0 commit comments

Comments
 (0)