Skip to content

Instantly share code, notes, and snippets.

@jsatk
Forked from begriffs/Makefile
Created July 2, 2019 00:34
Show Gist options
  • Save jsatk/8ab4dc2d8e614faaae7dd64e959182ba to your computer and use it in GitHub Desktop.
Save jsatk/8ab4dc2d8e614faaae7dd64e959182ba to your computer and use it in GitHub Desktop.
Installing binaries as needed
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