docs(Makefile): add missing help entries for shell and ghci

This commit is contained in:
Sarah Vaupel 2025-03-27 11:06:15 +01:00
parent aa664a5822
commit f784f645a6

View File

@ -77,9 +77,11 @@ start-%:
docker compose up -d --build $*
.PHONY: shell-%
# HELP(shell-$SERVICE): launch a (bash) shell inside a given service
shell-%:
docker compose run --build --no-deps $* bash
.PHONY: ghci
# HELP: launch ghci
ghci:
docker compose run --build --no-deps backend stack ghci $(SRC)