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
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