docs(Makefile): add missing help entries for shell and ghci
This commit is contained in:
parent
aa664a5822
commit
f784f645a6
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user