Created
March 9, 2019 03:57
-
-
Save mmospanenko/93530892063cad7e8dfcb6f92f83c4c2 to your computer and use it in GitHub Desktop.
Makefile with .env vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!make | |
include .env | |
export $(shell sed 's/=.*//' .env) | |
help: | |
echo 'run - run django dev server' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment