diff options
author | Manuel Messner | 2018-02-12 16:02:24 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-12 16:02:24 +0100 |
commit | d129ea4a5e4c70cdf8e406c3bb49a14018cd125f (patch) | |
tree | a0bab1b08007ca82a3833181642ffd083b95ab10 /Makefile | |
parent | Makefile: add separator between verbose info and further ouput (diff) | |
download | packer-templates-d129ea4a5e4c70cdf8e406c3bb49a14018cd125f.tar.gz packer-templates-d129ea4a5e4c70cdf8e406c3bb49a14018cd125f.tar.xz packer-templates-d129ea4a5e4c70cdf8e406c3bb49a14018cd125f.zip |
Makefile: remove all target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ ifdef VERBOSE $(info ) endif -.PHONY: all help clean -all: help +.PHONY: help clean +help: ## # Creating base images |