From 3ea723cac0579f26d71c0e16810f03524d84a5d2 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Tue, 28 Apr 2020 15:25:43 +0200 Subject: [PATCH] ENH: Quieter make install. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e12097e5..712cd2e7 100644 --- a/makefile +++ b/makefile @@ -271,7 +271,7 @@ clean: .PHONY: unzip unzip: - for f in $(LIBS_ZIP); do unzip -o -d libs $$f; done + for f in $(LIBS_ZIP); do unzip -q -o -d libs $$f; done PYLINT = pylint3 -d all -e E,F -- GitLab