chiark / gitweb /
Makefile: support V=1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Aug 2012 20:31:38 +0000 (21:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 18:36:29 +0000 (19:36 +0100)
commit0c35facc946fda47b18b3d28b7d9e832b6c41ae6
treefe29c935d597df4792c2f9c33288912120351048
parent71404eef293f1c93ba081a458120b45e5a48f566
Makefile: support V=1

Often it can be useful to see the actual commands being run by make.
Other projects (eg, the Linux kernel) support this with a "V=1" make
parameter.  Do the same here.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Marlin/Makefile