From 718b813368b942a3bfeb06ec4512bd3a4e00147d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20=C3=98ye?= Date: Tue, 28 Jun 2011 15:31:30 +0200 Subject: Remove .elc files after "make tests" Don't keep obsolete code around in case something needs fixing. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.0