zot24
4/19/2017 - 10:51 PM

Before we start test that we have the manditory executables avilable

Before we start test that we have the manditory executables avilable

EXECUTABLES = git terraform
K := $(foreach exec,$(EXECUTABLES),\
  $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH, consider apt-get install $(exec)")))