Help target now shows up with 'make' command

This commit is contained in:
Andrew Bryant 2025-08-23 09:46:00 -04:00
parent 7172641ab4
commit ff5897a40c

View File

@ -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}'