Skip to content

Commit 747410b

Browse files
committed
Support loading environment variables from .env
1 parent 699ba16 commit 747410b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ifneq (,$(wildcard ./.env))
2+
include .env
3+
endif
4+
15
ROOT_DIR := $(CURDIR)
26
OUT_DIR := $(ROOT_DIR)/out
37
SCRIPT_DIR := $(ROOT_DIR)/scripts

0 commit comments

Comments
 (0)