Last active
December 23, 2025 16:32
-
-
Save bmritz/fc0c8203728a2ed105f95a753213aa09 to your computer and use it in GitHub Desktop.
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
| REQUIRED := docker gcloud | |
| $(foreach bin,$(REQUIRED),\ | |
| $(if $(shell command -v $(bin) 2> /dev/null),,$(error Please install `$(bin)`))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment