From c48751311688e7690bf7bf6b6c6faa7c46de1602 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 4 Feb 2025 13:28:08 +0100 Subject: [PATCH] docs(Makefile): add documentation for shell-ghci target [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 60564272f..2f555db4c 100644 --- a/Makefile +++ b/Makefile @@ -319,6 +319,7 @@ well-known: static; AVSPASS=${AVSPASS:-nopasswordset} ; \ ./bin/uniworxdb $(UNIWORXDB_OPTS) +# HELP(shell-ghci): enter ghci shell. Use "make ghci SRC=" to load specific source modules." --shell-ghci: stack ghci -- $(SRC) # --main-is uniworx:exe:uniworx