summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-08 07:19:02 +0100
committerLevente Polyak <levente@leventepolyak.net>2019-03-13 09:16:32 +0100
commitf61421a3f5f29f4f8447846c1135961487fb5db6 (patch)
tree14c29d578409bb2d9bde08c6c0b6ca7546619a81 /Makefile
parent26b2ffc665fb78bfe3345892b7d740d5835387f2 (diff)
downloaddevtools32-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--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7ce33f7..4191de9 100644
--- a/Makefile
+++ b/Makefile
@@ -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