Skip to content

Commit ec74f0b

Browse files
committed
Disable environment variable
This commit disables the `DIST_FOLDER` environment variable until we can unambiguously distinguish a distributable file folder from a folder containing, e.g., statistical distribution packages.
1 parent e46827d commit ec74f0b

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)