diff options
| author | Vegard Øye <vegard_oye@hotmail.com> | 2011-06-28 15:31:30 +0200 |
|---|---|---|
| committer | Vegard Øye <vegard_oye@hotmail.com> | 2011-06-28 15:31:30 +0200 |
| commit | 718b813368b942a3bfeb06ec4512bd3a4e00147d (patch) | |
| tree | fae110d7130cb42c26713dba996dab799f90e5b5 /Makefile | |
| parent | c992e8fd9ef47b6438e483f0944d742011f76a16 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
