1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-30 02:52:12 +01:00
This commit is contained in:
Tanaka Akira 1999-04-24 03:12:59 +00:00
parent 28cbc1ce8e
commit ecb717634f

View file

@ -1,3 +1,3 @@
#defcomp make gmake pmake
compgen -s "\$(awk '/^[a-zA-Z0-9][^/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)"
compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)"