Skip to content

Commit 6a080eb

Browse files
committed
Add environment variable for data file folder convention
1 parent a7f1929 commit 6a080eb

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 @@ BUILD_FOLDER ?= build
102102
# Define the folder name convention for distributable files:
103103
DIST_FOLDER ?= dist
104104

105+
# Define the folder name convention for data files:
106+
DATA_FOLDER ?= data
107+
105108
# Define the folder name convention for scripts:
106109
SCRIPTS_FOLDER ?= scripts
107110

0 commit comments

Comments
 (0)