mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-16 15:56:18 +00:00
fix(temp): [#8] import .env variables
This commit is contained in:
@@ -2,6 +2,10 @@ include ../../common_makefile.mk
|
|||||||
|
|
||||||
PROJECT_FOLDERS = bin lib tests
|
PROJECT_FOLDERS = bin lib tests
|
||||||
|
|
||||||
|
ENV_FILE = .env
|
||||||
|
|
||||||
|
include $(ENV_FILE)
|
||||||
|
export $(shell sed 's/=.*//' $(ENV_FILE))
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user