diff options
author | Sean Allred <code@seanallred.com> | 2014-11-09 11:08:39 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-09 11:08:39 -0500 |
commit | 558d34708b4b8db7aea84ea8dc0c353892fbf13c (patch) | |
tree | 5237844c1d3479c381b4400007015bc423bb1d41 /Makefile | |
parent | 19f077473848b498841efb5ea7e698a95dec6663 (diff) |
Add 24.4 support
Also tests rejeep/evm#48
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ # make all # -all: 24.1 24.2 24.3 +all: 24.1 24.2 24.3 24.4 -%: +.DEFAULT: evm install emacs-$@-bin || true emacs --version emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit |