Skip to content

Commit 3c788ee

Browse files
committed
Add env var
1 parent b91e3fa commit 3c788ee

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
@@ -90,6 +90,9 @@ CONFIG_FOLDER ?= etc
9090
# Define the folder name convention for build artifacts:
9191
BUILD_FOLDER ?= build
9292

93+
# Define the folder name convention for temporary files:
94+
TMP_FOLDER ?= tmp
95+
9396
# Define Node paths:
9497
NODE_PATH ?= $(ROOT_DIR)/lib/node_modules
9598
NODE_PATH_BENCHMARK ?= $(NODE_PATH)

0 commit comments

Comments
 (0)