From b36c35d477da1d85cdb18b9f2a476a23453313c0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 7 Nov 2022 16:37:00 -1000 Subject: [PATCH] ;dev: makefile comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc1c6a65..46ffeb90d 100644 --- a/Makefile +++ b/Makefile @@ -808,7 +808,7 @@ hoogle-setup: $(call def-help,hoogle-setup, install hoogle then build haddocks a stack hoogle --rebuild HOOGLEBROWSER="/Applications/Firefox Dev.app/Contents/MacOS/firefox" # safari not supported -hoogle-serve: $(call def-help,hoogle-serve, run hoogle web app and open in supported browser) +hoogle-serve: $(call def-help,hoogle-serve, run hoogle web app and open in browser after doing setup if needed ) $(HOOGLEBROWSER) http://localhost:8080 & stack --verbosity=warn hoogle --server