diff options
-rw-r--r-- | Makefile (renamed from makefile.make) | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |