From e28efeab7ecf61d0215979c984939d9a5952302b Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 22 Aug 2022 10:59:30 +0400 Subject: [PATCH] re-enable config.xml --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e37eeb8..c7d0a16 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ ENV?="dev" install: #copy config file from template first time only - # @if [ ! -f config.xml ]; then \ - # cp config.xml.dist config.xml; \ - # fi + @if [ ! -f config.xml ]; then \ + cp config.xml.dist config.xml; \ + fi @if [ $(ENV) = "dev" ]; then \ make install_dev; \