complete makefile
This commit is contained in:
parent
a86e9fc69e
commit
06b247403e
1 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,11 @@ if command -v most > /dev/null 2>&1; then
|
|||
export PAGER="most"
|
||||
fi
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# COMPLETIONS
|
||||
# ---------------------------------------------------------------------------
|
||||
complete -W "\`grep -oE '^[a-zA-Z0-9_.-]+:([^=]|$)' ?akefile | sed 's/[^a-zA-Z0-9_.-]*$//'\`" make
|
||||
|
||||
# -------------------------------------------------------------
|
||||
# Source .bashrc.d files
|
||||
# -------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue