From 4702e65db9b712db9520a8323ad0fd6a62e7cfd3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 18 Sep 2012 00:41:01 +0200 Subject: Make recursive make silent. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b0074e..ae91fe2 100644 --- 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: -- cgit v1.2.3-59-g8ed1b