aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-09 15:46:55 -0500
committerSean Allred <code@seanallred.com>2014-11-09 15:46:55 -0500
commitd66ad8cf0b375d21cc3aaf783906bfeaf66b9e11 (patch)
tree50d73e31a9c5a90b2f45474fad0d5a46c1f5a3f4
parente771f785e6f411d0444e896d79b83faf293ca714 (diff)
Add rules to install evm; cask
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e46ced..61c3b66 100644
--- a/Makefile
+++ b/Makefile
@@ -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