Skip to content

Commit a3ee33c

Browse files
committed
Add SRC_DIR environment variable
1 parent 8d90c2e commit a3ee33c

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
@@ -72,6 +72,9 @@ NODE_MODULES ?= $(ROOT_DIR)/node_modules
7272
# Define the top-level directory containing node module executables:
7373
BIN_DIR ?= $(NODE_MODULES)/.bin
7474

75+
# Define the top-level directory containing source files:
76+
SRC_DIR ?= $(ROOT_DIR)/lib/node_modules
77+
7578
# Define the folder name convention for source files:
7679
SOURCE_FOLDER ?= lib
7780

0 commit comments

Comments
 (0)