Skip to content

Instantly share code, notes, and snippets.

@begriffs
Last active July 3, 2019 02:36
Show Gist options
  • Save begriffs/f17dae83bea939c1586410e5d24bd994 to your computer and use it in GitHub Desktop.
Save begriffs/f17dae83bea939c1586410e5d24bd994 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 $@
@jsatk
Copy link

jsatk commented Jul 2, 2019

Is VPATH doing anything here?

@begriffs
Copy link
Author

begriffs commented Jul 3, 2019 via email

@jsatk
Copy link

jsatk commented Jul 3, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment