Move line break around ENV variable in Makefile for aesthetic reasons

This commit is contained in:
Vikash Kothary 2020-12-23 23:27:21 +00:00
parent 2e820b0a89
commit d3ec4e44f2

View File

@ -3,8 +3,8 @@
ANKI_SERVER_NAME ?= "Anki Sync Server"
ANKI_SERVER_VERSION ?= "v0.1.0"
ANKI_SERVER_DESCRIPTION ?= "Self-hosted Anki Sync Server."
ENV ?= local
ENV ?= local
-include config/.env.${ENV}
export