Search notes:

Script: make-targets

make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}'
Github repository scripts-and-utilities, path: /make-targets

See also

Scripts
make

Index