diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-08 07:19:02 +0100 |
---|---|---|
committer | Levente Polyak <levente@leventepolyak.net> | 2019-03-13 09:16:32 +0100 |
commit | f61421a3f5f29f4f8447846c1135961487fb5db6 (patch) | |
tree | 14c29d578409bb2d9bde08c6c0b6ca7546619a81 /Makefile | |
parent | 26b2ffc665fb78bfe3345892b7d740d5835387f2 (diff) | |
download | devtools32-f61421a3f5f29f4f8447846c1135961487fb5db6.tar.xz |
Add sogrep
This is from Eli's dotfiles after he'd cleaned it up but never actually went ahead and made this PR.
I figure it's time to add it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,7 +16,8 @@ BINPROGS = \ crossrepomove\ arch-nspawn \ mkarchroot \ - makechrootpkg + makechrootpkg \ + sogrep CONFIGFILES = \ makepkg-x86_64.conf \ @@ -63,7 +64,8 @@ BASHCOMPLETION_LINKS = \ MANS = \ doc/lddd.1 \ - doc/checkpkg.1 + doc/checkpkg.1 \ + doc/sogrep.1 all: $(BINPROGS) bash_completion zsh_completion man |