From ff5897a40c723f0c49ee01aa2ca5491396281ee8 Mon Sep 17 00:00:00 2001 From: awkawb Date: Sat, 23 Aug 2025 09:46:00 -0400 Subject: [PATCH] Help target now shows up with 'make' command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 945cadc..14b2ffc 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,7 @@ format-nix-files \ help -# Show the help text -help: +help: ## Show this help message egrep -h '\s##\s' $(MAKEFILE_LIST) \ | sort \ | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'