Created
October 8, 2019 05:03
-
-
Save julianpitt/a29653db0909e6a21c2b8765f112d4de to your computer and use it in GitHub Desktop.
List all Makefile targets on Mac and sort #bash
This file contains hidden or 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 -rpn | sed -n -e '/^$/ { n ; /^[^ .#][^ ]*:/ { s/:.*$// ; p ; } ; }' | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment