Skip to content

Instantly share code, notes, and snippets.

@Foucl
Forked from tlrobinson/gist:1073865
Last active July 13, 2016 23:26
Show Gist options
  • Select an option

  • Save Foucl/4de3ef36af0dd3bce02a544f9e3894ee to your computer and use it in GitHub Desktop.

Select an option

Save Foucl/4de3ef36af0dd3bce02a544f9e3894ee to your computer and use it in GitHub Desktop.
Autocomplete Makefile targets. Add this to your shell config file.
complete -W "\`test -e Makefile && 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