From c42ab088191d5dd8a2d856dc96cb5b3f90687fc4 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Fri, 25 Dec 2015 17:52:01 +0100 Subject: Add verbose mode If V variable is set to any value, commands will be echoed to standard output. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5c9c87b..7ed1ff3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ available. Eg. to install `imv` to home directory, run: $ BINPREFIX=~/bin PREFIX=~/.local make install +In case something goes wrong during installation process you may use verbose +mode to inspect commands issued by make: + + $ V=1 make + Tests ----- -- cgit v1.2.3