summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-12 15:28:13 +0100
committerJonathan Bauer2018-02-12 15:28:13 +0100
commiteadb535a8e49ab3d7a56e475c8282c81c0a1a89b (patch)
tree355dff5c440c8de72080e60899e017915632e0b9 /Makefile
parentMakefile: set verbose flag if debug flag is set (diff)
downloadpacker-templates-eadb535a8e49ab3d7a56e475c8282c81c0a1a89b.tar.gz
packer-templates-eadb535a8e49ab3d7a56e475c8282c81c0a1a89b.tar.xz
packer-templates-eadb535a8e49ab3d7a56e475c8282c81c0a1a89b.zip
Makefile: add separator between verbose info and further ouput
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc78993..72dc975 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ ifdef VERBOSE
$(info targets: base: $(strip $(BASETARGETS)))
$(info targets: boot: $(strip $(BOOTTARGETS)))
$(info targets: provision: $(strip $(PROVTARGETS)))
+ $(info )
endif
.PHONY: all help clean