aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-08 17:25:37 -0500
committerSean Allred <code@seanallred.com>2014-11-08 17:27:01 -0500
commit1f227cbdd34fcdf49680945e99e8b1c057f7b637 (patch)
treeb5ac320b0588a19d7289c1bd5e9515c18d915eb0
parentdebf27f3a4fba58f97593e4bf3b962a2dbad2bca (diff)
Rename makefile
-rw-r--r--Makefile (renamed from makefile.make)13
1 files changed, 13 insertions, 0 deletions
diff --git a/makefile.make b/Makefile
index f76bc70..e812d5b 100644
--- a/makefile.make
+++ b/Makefile
@@ -2,6 +2,19 @@
# 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.
+#
+# To test Emacs 24.1, for example, use
+#
+# make 24.1
+#
+# To test on all versions, of course, simply use
+#
+# make
+#
+# or
+#
+# make all
+#
all: 24.1 24.2 24.3