From 13a570883ecf0f3c31032259b5bcefcfa7e12006 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Wed, 28 Nov 2018 10:40:10 +0100 Subject: [PATCH] Making the installation verbose --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 1e1c14ef..2cb62bd9 100755 --- a/install +++ b/install @@ -434,7 +434,7 @@ cp example.mk example/example.mk if [ $nomake -eq 0 ]; then make clean - make -j $ncore + make VERBOSE=1 -j $ncore fi if [ $? -ne 0 ]; then -- GitLab