Makefile Environment Variables Load environment variables from file if exists Environment Variables Load environment variables from file if file exists #!make -include .env export $(shell test -f .env && cut -d= -f1 .env)