diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 890ad1c83..1da865ed0 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -289,7 +289,8 @@ _make() { else _alternative \ 'targets:make target:compadd -Q -a TARGETS' \ - 'variables:make variable:compadd -S = -F keys -k VARIABLES' && ret=0 + 'variables:make variable:compadd -S = -F keys -k VARIABLES' \ + '*:file:_files' && ret=0 fi esac |