Last active
October 11, 2017 12:15
-
-
Save zot24/1d8d5578ea563529f15ceeadb2645639 to your computer and use it in GitHub Desktop.
Before we start test that we have the manditory executables avilable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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