aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d2ebdd..e04c1b0 100644
--- a/Makefile
+++ b/Makefile
@@ -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