This is how the bash completion module for make gets its list: make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ ...
確定! 回上一頁