Skip to content

Commit

Permalink
Show nicer output when generating webapp/.env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Nov 6, 2023
1 parent fc000fe commit 5ac8a78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,10 @@ inplace-conf-common: dist

# Run Symfony in dev mode (for maintainer-mode):
webapp/.env.local:
echo "# This file was automatically created by 'make maintainer-conf' to run" > $@
echo "# the DOMjudge Symfony application in developer mode. Adjust as needed." >> $@
echo "APP_ENV=dev" >> $@
@echo "Creating file '$@'..."
@echo "# This file was automatically created by 'make maintainer-conf' to run" > $@
@echo "# the DOMjudge Symfony application in developer mode. Adjust as needed." >> $@
@echo "APP_ENV=dev" >> $@

# Install the system in place: don't really copy stuff, but create
# symlinks where necessary to let it work from the source tree.
Expand Down

0 comments on commit 5ac8a78

Please sign in to comment.