Skip to content

Instantly share code, notes, and snippets.

@mrvaldes
Created March 31, 2014 20:46
Show Gist options
  • Save mrvaldes/9901842 to your computer and use it in GitHub Desktop.
Save mrvaldes/9901842 to your computer and use it in GitHub Desktop.
make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment