diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-09-13 01:32:57 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-09-28 00:16:09 +0200 |
commit | 64b7d995040fc670aaed5fbd048157b3feba0574 (patch) | |
tree | cfb9955b87bea4a329c3372da874d149102c813d /Makefile | |
parent | f32a264796b3b43662b4734f1730d7a819d32484 (diff) | |
download | devtools32-64b7d995040fc670aaed5fbd048157b3feba0574.tar.xz |
zsh_completion: add sogrep completions
Transform sogrep into an in-prog so we can benefit from the m4 macro
to specify valid repos in a single place of truth.
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,12 +16,12 @@ IN_PROGS = \ crossrepomove\ arch-nspawn \ mkarchroot \ - makechrootpkg + makechrootpkg \ + sogrep BINPROGS = \ $(IN_PROGS) \ offload-build \ - sogrep CONFIGFILES = \ makepkg-x86_64.conf \ |