From 3a1645bd1f446ff6cfef4eb901d05138ea9232bf Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 9 Nov 2014 15:44:27 -0500 Subject: Compress Makefile usage Instead of using `make 24.1', use `make 1'. Also, skip install if it is present already. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1ca10c0..d24eccd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # # To test Emacs 24.1, for example, use # -# make 24.1 +# make 1 # # To test on all versions, of course, simply use # @@ -16,11 +16,11 @@ # make all # -VERSIONS = 24.1 24.2 24.3 24.4 +VERSIONS = 1 2 3 4 all :: $(VERSIONS) $(VERSIONS) :: - evm install emacs-$@-bin || true + evm install emacs-24.$@-bin --skip || true emacs --version emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit -- cgit v1.2.3