From fffae22a181b653c4b3ca1ceba8c7d46f7db50a5 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 4 Jan 2015 16:17:14 -0500 Subject: Update Makefile Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ae11f84..53451ad 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 -- cgit v1.2.3