Skip to content

Instantly share code, notes, and snippets.

@jimbol
Created November 7, 2017 15:45
Show Gist options
  • Save jimbol/559e50c920f1ff08552197b9903040cc to your computer and use it in GitHub Desktop.
Save jimbol/559e50c920f1ff08552197b9903040cc to your computer and use it in GitHub Desktop.
How to add Makefile autocomplete

To allow make file auto completion just add the snippet here to your bash profile or .zshrc https://stackoverflow.com/a/38415982/965352

If you use zshell, you might have to add this before the the snippet.

autoload -U bashcompinit
bashcompinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment