Skip to content

Commit 74b58b2

Browse files
committed
Add path to project bin directory
1 parent 10398fa commit 74b58b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ COVERAGE_DIR ?= $(REPORTS_DIR)/coverage
4444
# Define the directory for documentation:
4545
DOCS_DIR ?= $(ROOT)/docs
4646

47+
# Define the top-level directory containing executables:
48+
BIN_DIR ?= $(ROOT)/bin
49+
4750
# Define the top-level directory containing node module dependencies:
4851
NODE_MODULES ?= $(ROOT)/node_modules
4952

0 commit comments

Comments
 (0)