Jelajahi Sumber

Make -v actually enable verbose makefiles

Jack Horton 8 tahun lalu
induk
melakukan
353fe44bc1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -153,7 +153,7 @@ while [[ $# -gt 0 ]]; do
         ;;
 
     -v | --verbose)
-        _VERBOSE="V=1"
+        _VERBOSE="VERBOSE=1"
         ;;
 
     -d | --debug)