summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 09:41:58 +0100
committerManuel Messner2018-02-20 09:41:58 +0100
commit381b6201df5c15c35ea87595fb9d30a21281915f (patch)
tree4303137a5d800d86ac8e909402c2933e8c691577 /Makefile
parent[ubuntu-17.10] new template (diff)
downloadpacker-templates-381b6201df5c15c35ea87595fb9d30a21281915f.tar.gz
packer-templates-381b6201df5c15c35ea87595fb9d30a21281915f.tar.xz
packer-templates-381b6201df5c15c35ea87595fb9d30a21281915f.zip
Makefile: remove newline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a492b9a..f94635c 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,6 @@ BOOTTARGETS := $(foreach template, $(TEMPLATES), $(template)/base/boot)
BOOTTARGETS += $(foreach prov, $(PROVTARGETS), $(prov)/boot)
-
PACKER_OPTS += -var-file=base.json
ifdef DEBUG
VERBOSE := 1