-
-
Save jsatk/8ab4dc2d8e614faaae7dd64e959182ba to your computer and use it in GitHub Desktop.
Installing binaries as needed
This file contains 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
VPATH=/usr/local/bin | |
BINARIES=ruby node | |
all : ${BINARIES} | |
echo "Deps are installed" | |
${BINARIES} : | |
asdf plugin-add $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment