Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vagelim/cdd54498537c60da31d1c0fa419963a3 to your computer and use it in GitHub Desktop.
Save vagelim/cdd54498537c60da31d1c0fa419963a3 to your computer and use it in GitHub Desktop.
Autocomplete Makefile targets. Add this to your shell config file.
complete -W "\`grep -oE '^[a-zA-Z0-9_-]+:([^=]|$)' Makefile | sed 's/[^a-zA-Z0-9_-]*$//'\`" make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment