Nono.MA
Blog
Sketches
Podcast
About
Read And Use Environment Variables from .env File in A Makefile
JUNE 10, 2019
#!/bin/bash
#!make
include .
env
export
$(shell sed
's/=.*//'
.
env
)
Code
Makefile