Skip to content

Instantly share code, notes, and snippets.

@mmospanenko
Created March 9, 2019 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmospanenko/93530892063cad7e8dfcb6f92f83c4c2 to your computer and use it in GitHub Desktop.
Save mmospanenko/93530892063cad7e8dfcb6f92f83c4c2 to your computer and use it in GitHub Desktop.
Makefile with .env vars
#!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