diff --git a/.gitignore b/.gitignore index 1fc5037..6c0b199 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.env .venv .idea /dist diff --git a/Makefile b/Makefile index 4fed712..2dab9f3 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ SHELL:=/bin/bash .ONESHELL: +include .env +export $(shell sed 's/=.*//' .env) + + all: build build: FORCE setup