Description: forces the verbose mode to show flags when compiling.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-05-23
Index: diskscan-0.14.1/Makefile
===================================================================
--- diskscan-0.14.1.orig/Makefile
+++ diskscan-0.14.1/Makefile
@@ -1,5 +1,5 @@
 all:
-	./do all
+	VERBOSE=1 ./do all
 
 static:
 	LDFLAGS=-static ./do all
