diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 20:28:30 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 20:28:30 -0200 |
commit | 5efc20c03be3c668d780e1909a314bf244bc723d (patch) | |
tree | a38523884b557a900666e0b8daf0809f654393d8 | |
parent | 3c05aae9915976e749591600f6e8f59cbccef1a4 (diff) | |
parent | fffae22a181b653c4b3ca1ceba8c7d46f7db50a5 (diff) |
Merge pull request #197 from vermiculus/vermiculus/makefile
Update Makefile
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,14 +20,17 @@ VERSIONS = 1 2 3 4 all :: $(VERSIONS) -$(VERSIONS) :: +$(VERSIONS) :: clean evm install emacs-24.$@-bin --skip || true evm use emacs-24.$@-bin emacs --version cask install - rm -rf .sx/ emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit +clean: + rm -rf .sx/ + cask clean-elc + install_cask: curl -fsSkL https://raw.github.com/cask/cask/master/go | python |