Skip to content

Instantly share code, notes, and snippets.

@zot24
Last active October 11, 2017 12:15
Show Gist options
  • Save zot24/1d8d5578ea563529f15ceeadb2645639 to your computer and use it in GitHub Desktop.
Save zot24/1d8d5578ea563529f15ceeadb2645639 to your computer and use it in GitHub Desktop.
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)")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment