diff --git a/Makefile b/Makefile index 402ddf433..6b356381f 100644 --- a/Makefile +++ b/Makefile @@ -274,9 +274,9 @@ static: node_modules assets esbuild.config.mjs npm run build well-known: static; -# HELP(uniworxdb): clear and fill database. requires running postgres +# HELP(compile-uniworxdb): 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) ---start-uniworxdb: --compile-backend +--compile-uniworxdb: --compile-backend SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \ AVSPASS=${AVSPASS:-nopasswordset} ; \ stack $(--DEVELOPMENT) exec uniworxdb -- $(UNIWORXDB_OPTS)