List all targets (with help pattern) make
Convention: annotate targets with ## comments for self-documenting Makefiles
grep -E '^[a-zA-Z_-]+:.*?##' Makefile | awk -F':.*##' '{printf "%-20s %s\n", $1, $2}'
more make
all 10 commands →