build(Makefile): add documentation for help

This commit is contained in:
Sarah Vaupel 2024-10-02 23:50:12 +02:00
parent c5f473a303
commit 8a0da40793

View File

@ -205,7 +205,9 @@ serve-backend:
--test-backend:
stack build --test --coverage --fast --flag uniworx:library-only $(stackopts)
.PHONY: --db-%-backend
# HELP(db-cf-backend): clear and fill database. requires running postgres
# TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations)
PHONY: --db-%-backend
--db-%-dev-backend: .stack
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
AVSPASS=${AVSPASS:-nopasswordset} ; \