summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-13 15:13:51 +0100
committerManuel Messner2018-02-13 15:22:52 +0100
commit37b5413b3a23a0eabfe9ebd1d2724787bf4fb5c7 (patch)
tree4013d84209b9bc35136b053af9bd786e2956806c /Makefile
parentMakefile: hasher: make it optional (diff)
downloadpacker-templates-37b5413b3a23a0eabfe9ebd1d2724787bf4fb5c7.tar.gz
packer-templates-37b5413b3a23a0eabfe9ebd1d2724787bf4fb5c7.tar.xz
packer-templates-37b5413b3a23a0eabfe9ebd1d2724787bf4fb5c7.zip
Makefile: hasher: move to top
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d89bac1..ed7b73f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@
PACKER ?= packer
ANSIBLE_DIR = ansible-roles
+HASHER ?= sha256sum
+
# check which hypervisors are available
ifndef BUILDER