aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af585e1..adf817c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ test: clean
tests: compile-batch
$(EMACS) --batch -Q -L . -l evil-tests.el \
--eval "(evil-tests-run '(${TAG}))"
+ rm -f *.elc
# Load Evil in a fresh instance of Emacs and run all tests.
emacs: clean