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 $*
|
docker compose up -d --build $*
|
||||||
|
|
||||||
.PHONY: shell-%
|
.PHONY: shell-%
|
||||||
|
# HELP(shell-$SERVICE): launch a (bash) shell inside a given service
|
||||||
shell-%:
|
shell-%:
|
||||||
docker compose run --build --no-deps $* bash
|
docker compose run --build --no-deps $* bash
|
||||||
.PHONY: ghci
|
.PHONY: ghci
|
||||||
|
# HELP: launch ghci
|
||||||
ghci:
|
ghci:
|
||||||
docker compose run --build --no-deps backend stack ghci $(SRC)
|
docker compose run --build --no-deps backend stack ghci $(SRC)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user