Skip to content

Instantly share code, notes, and snippets.

@julianpitt
Created October 8, 2019 05:03
Show Gist options
  • Save julianpitt/a29653db0909e6a21c2b8765f112d4de to your computer and use it in GitHub Desktop.
Save julianpitt/a29653db0909e6a21c2b8765f112d4de to your computer and use it in GitHub Desktop.
List all Makefile targets on Mac and sort #bash
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