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

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