From 093a79891290dd73c34541bf8b510247390a3e3e Mon Sep 17 00:00:00 2001 From: Przemyslaw Hugh Kaznowski Date: Thu, 12 Oct 2023 01:52:56 +0100 Subject: [PATCH] Makefile: optional include for .env file rather than required (#11293) Co-authored-by: Hugh Kaznowski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af2a34abdb1a..c7e266472036 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -include .env +-include .env # The target directory is used for setting where the output zip files will end up # You can override this with an environment variable, ex