Makefile: optional include for .env file rather than required (#11293)

Co-authored-by: Hugh Kaznowski <raat_streetcam@simplelogin.com>
This commit is contained in:
Przemyslaw Hugh Kaznowski 2023-10-12 01:52:56 +01:00 committed by GitHub
parent f653fd4c34
commit 093a798912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
include .env -include .env
# The target directory is used for setting where the output zip files will end up # The target directory is used for setting where the output zip files will end up
# You can override this with an environment variable, ex # You can override this with an environment variable, ex