diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-18 00:41:01 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-18 00:41:01 +0200 |
commit | 4702e65db9b712db9520a8323ad0fd6a62e7cfd3 (patch) | |
tree | fa82386052c4e60b2425c906e567de51ddec2de9 /Makefile | |
parent | b0ff199e187dd177258b29463f6cef36e7c2db08 (diff) | |
download | pass-4702e65db9b712db9520a8323ad0fd6a62e7cfd3.tar.gz pass-4702e65db9b712db9520a8323ad0fd6a62e7cfd3.tar.bz2 pass-4702e65db9b712db9520a8323ad0fd6a62e7cfd3.zip |
Make recursive make silent.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |