diff options
author | Jonathan Bauer | 2018-02-12 15:28:13 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-12 15:28:13 +0100 |
commit | eadb535a8e49ab3d7a56e475c8282c81c0a1a89b (patch) | |
tree | 355dff5c440c8de72080e60899e017915632e0b9 /Makefile | |
parent | Makefile: set verbose flag if debug flag is set (diff) | |
download | packer-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |