diff options
author | Manuel Messner | 2018-02-12 16:43:02 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-12 16:47:20 +0100 |
commit | 63f1d08e2991609abd0321394ecd7a047d261dce (patch) | |
tree | 579a97ec6aba31bd5114b794ebf4dc0d698da4aa /Makefile | |
parent | Makefile: timestamp: add comment (diff) | |
download | packer-templates-63f1d08e2991609abd0321394ecd7a047d261dce.tar.gz packer-templates-63f1d08e2991609abd0321394ecd7a047d261dce.tar.xz packer-templates-63f1d08e2991609abd0321394ecd7a047d261dce.zip |
Makefile: fixup: add spacing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ check_rootpw = $(if $(strip $(ROOTPW)),,$(error No root password is set, set it .PHONY: help clean help: + # Creating base images $(BASETARGETS): $(call check_rootpw) |