makefile-awk-help-regex-excludes-digit-targets

Standard Makefile awk help-text extractors often use a character class that excludes digits in target names, silently omitting targets like test-a11y, k8s-apply, test-cov from make help output. Fix the awk regex to allow alphanumeric characters (including digits) in target names.