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)")))