aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVegard Øye <vegard_oye@hotmail.com>2011-06-28 15:31:30 +0200
committerVegard Øye <vegard_oye@hotmail.com>2011-06-28 15:31:30 +0200
commit718b813368b942a3bfeb06ec4512bd3a4e00147d (patch)
treefae110d7130cb42c26713dba996dab799f90e5b5 /Makefile
parentc992e8fd9ef47b6438e483f0944d742011f76a16 (diff)
Remove .elc files after "make tests"
Don't keep obsolete code around in case something needs fixing.
Diffstat (limited to 'Makefile')
-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