diff options
author | Sean Allred <code@seanallred.com> | 2014-11-09 15:46:55 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-09 15:46:55 -0500 |
commit | d66ad8cf0b375d21cc3aaf783906bfeaf66b9e11 (patch) | |
tree | 50d73e31a9c5a90b2f45474fad0d5a46c1f5a3f4 | |
parent | e771f785e6f411d0444e896d79b83faf293ca714 (diff) |
Add rules to install evm; cask
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,3 +25,9 @@ $(VERSIONS) :: evm use emacs-24.$@-bin emacs --version emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit + +install_cask: + curl -fsSkL https://raw.github.com/cask/cask/master/go | python + +install_evm: + curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash |