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.

Revisions

  1. begriffs revised this gist Jul 1, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Makefile
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    BINARIES=/usr/local/bin/ruby /usr/local/bin/node
    VPATH=/usr/local/bin
    BINARIES=ruby node

    all : ${BINARIES}
    echo "Deps are installed"
  2. begriffs created this gist Jul 1, 2019.
    7 changes: 7 additions & 0 deletions Makefile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    BINARIES=/usr/local/bin/ruby /usr/local/bin/node

    all : ${BINARIES}
    echo "Deps are installed"

    ${BINARIES} :
    asdf plugin-add $@