Skip to content

Commit 701ac67

Browse files
committed
Add environment variable for distributable file folder name
1 parent d7eb244 commit 701ac67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CONFIG_FOLDER ?= etc
100100
BUILD_FOLDER ?= build
101101

102102
# Define the folder name convention for distributable files:
103-
# DIST_FOLDER ?= dist
103+
DIST_FOLDER ?= dist
104104

105105
# Define the folder name convention for scripts:
106106
SCRIPTS_FOLDER ?= scripts

0 commit comments

Comments
 (0)