Browse Source

no more config.xml first time

master
pvincent 2 years ago
parent
commit
4a052ea707
  1. 6
      Makefile

6
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; \

Loading…
Cancel
Save