build(Makefile): add documentation for help
This commit is contained in:
parent
c5f473a303
commit
8a0da40793
4
Makefile
4
Makefile
@ -205,7 +205,9 @@ serve-backend:
|
|||||||
--test-backend:
|
--test-backend:
|
||||||
stack build --test --coverage --fast --flag uniworx:library-only $(stackopts)
|
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
|
--db-%-dev-backend: .stack
|
||||||
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
||||||
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user