diff options
author | Sean Allred <code@seanallred.com> | 2014-11-08 17:25:37 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-08 17:27:01 -0500 |
commit | 1f227cbdd34fcdf49680945e99e8b1c057f7b637 (patch) | |
tree | b5ac320b0588a19d7289c1bd5e9515c18d915eb0 /makefile.make | |
parent | debf27f3a4fba58f97593e4bf3b962a2dbad2bca (diff) |
Rename makefile
Diffstat (limited to 'makefile.make')
-rw-r--r-- | makefile.make | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/makefile.make b/makefile.make deleted file mode 100644 index f76bc70..0000000 --- a/makefile.make +++ /dev/null @@ -1,11 +0,0 @@ -# This makefile runs the tests as Travis runs them. Be sure to test -# locally before you push if you are under the impression that the -# patch should work. This will cut down on the number of commits in -# the repository that, essentially, patch patches. - -all: 24.1 24.2 24.3 - -%: - evm install emacs-$@-bin || true - emacs --version - emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit |