aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-01 23:29:55 -0500
committerSean Allred <code@seanallred.com>2015-01-01 23:29:55 -0500
commit54849b2564c3d9bb95bc3512b568e30aa21a3db4 (patch)
tree0cfe1d62340141d9eaa94e55ce0a9b6bbb0bb29a /Makefile
parent7da9b2567c2635dfab5f9400fb76297f61b80be4 (diff)
Update Makefile
Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b0b698..a72bea1 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ $(VERSIONS) ::
evm use emacs-24.$@-bin
emacs --version
cask install
+ cask clean-elc
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
install_cask: