VERBOSE and DEBUG will default to defaults if not called by Makefile

This commit is contained in:
Jason Mehring 2014-11-06 23:56:57 -05:00
parent 80caa5ea2e
commit 23f1212b00

View File

@ -3,6 +3,9 @@
set -e set -e
VERBOSE=${VERBOSE:-1}
DEBUG=${DEBUG:-0}
################################################################################ ################################################################################
# Global functions # Global functions
################################################################################ ################################################################################