From f61421a3f5f29f4f8447846c1135961487fb5db6 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 8 Mar 2019 07:19:02 +0100 Subject: 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. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf