summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8adeae..fc78993 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ BOOTTARGETS += $(foreach prov, $(PROVTARGETS), $(prov)/boot)
PACKER_OPTS := -var-file=base.json
ifdef DEBUG
+ VERBOSE := 1
PACKER_OPTS += -debug
PACKER_OPTS += -var='headless=false'
endif