password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 4702e65db9b712db9520a8323ad0fd6a62e7cfd3
parent b0ff199e187dd177258b29463f6cef36e7c2db08
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Tue, 18 Sep 2012 00:41:01 +0200

Make recursive make silent.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -19,7 +19,7 @@ install: @install -m 0644 -v contrib/pass.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store # Uncomment to install the zsh completion file too. # @install -m 0644 -v contrib/pass.zsh-completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass - @$(MAKE) install-platform + @$(MAKE) -s install-platform ifneq ($(strip $(wildcard $(PLATFORMFILE))),) install-platform: