############################################################################################# ############################################################################################# ## ## TERMINAL CHECK ## ############################################################################################# ############################################################################################# # Executable Programs the Installed be have to K := $(foreach exec,$(EXECUTABLES),\ $(if $(shell which $(exec)),some string,$(error "Missing $(exec) in PATH; please install")))