diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-24 07:30:46 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-24 07:30:46 (GMT) |
commit | 4885a1047cbf9d1d128c6c1c4c264699d1456a67 (patch) | |
tree | 73073d5364ff99346e041407aeac4bc75a0a6d55 /tools/mxe-activate | |
parent | 20848d0f3fd829c91cf14ad4426407ac39e80045 (diff) | |
download | mxe-4885a1047cbf9d1d128c6c1c4c264699d1456a67.zip mxe-4885a1047cbf9d1d128c6c1c4c264699d1456a67.tar.gz mxe-4885a1047cbf9d1d128c6c1c4c264699d1456a67.tar.bz2 |
mxe-activate: add completions to gmake
Diffstat (limited to 'tools/mxe-activate')
-rw-r--r-- | tools/mxe-activate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mxe-activate b/tools/mxe-activate index 7ecb110..29aac18 100644 --- a/tools/mxe-activate +++ b/tools/mxe-activate @@ -46,4 +46,4 @@ _mxe() esac } -complete -o nospace -o default -F _mxe mxe make +complete -o nospace -o default -F _mxe mxe make gmake |