We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91e3fa commit 3c788eeCopy full SHA for 3c788ee
Makefile
@@ -90,6 +90,9 @@ CONFIG_FOLDER ?= etc
90
# Define the folder name convention for build artifacts:
91
BUILD_FOLDER ?= build
92
93
+# Define the folder name convention for temporary files:
94
+TMP_FOLDER ?= tmp
95
+
96
# Define Node paths:
97
NODE_PATH ?= $(ROOT_DIR)/lib/node_modules
98
NODE_PATH_BENCHMARK ?= $(NODE_PATH)
0 commit comments