Skip to content

francescobianco/makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Makefile

  1. Environment Variables
  2. 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)

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors