Nono.MA

Read And Use Environment Variables from .env File in A Makefile

JUNE 10, 2019

#!/bin/bash

#!make
include .env
export $(shell sed 's/=.*//' .env)

CodeMakefile