diff options
author | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:46:52 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:46:52 +0100 |
commit | 1a4730b8eecc8f0b098203d79b787799770da179 (patch) | |
tree | aece652345281a67933149d7331f8b4c5fed8e94 /Completion/Unix/Command/_make | |
parent | b0a0441902f848da4284e107c29e43e222252959 (diff) | |
download | zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.gz zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.xz zsh-1a4730b8eecc8f0b098203d79b787799770da179.zip |
based on 31641, 31642: completion for more make variants
Diffstat (limited to 'Completion/Unix/Command/_make')
-rw-r--r-- | Completion/Unix/Command/_make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 0c5371dad..7b4c22466 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -1,4 +1,4 @@ -#compdef make gmake pmake dmake +#compdef make gmake pmake dmake freebsd-make bmake # TODO: Based on targets given on the command line, show only variables that # are used in those targets and their dependencies. |