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

pull/1/head
Jason Mehring 10 years ago
parent 80caa5ea2e
commit 23f1212b00

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

Loading…
Cancel
Save