about summary refs log tree commit diff
path: root/Completion/User/_make
blob: f950ad754eb011e2f2fae027a9772f89d00fbab1 (plain) (blame)
1
2
3
#compdef make gmake pmake

compgen -s "\$(awk '/^[a-zA-Z0-9][^\/         ]+:/ {print \$1}' FS=: [mM]akefile)"