Created
August 23, 2016 01:39
-
-
Save dotCipher/becd143a24783d0013b788d12503996d to your computer and use it in GitHub Desktop.
Lists all make targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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