aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Ensure dependencies for this version are in placeSean Allred2014-11-091-0/+1
|
* Ensure Emacs uses hard tabs for this fileSean Allred2014-11-091-0/+4
|
* Add rules to install evm; caskSean Allred2014-11-091-0/+6
|
* Ensure correct version is being testedSean Allred2014-11-091-0/+1
| | | | | | The `--use' option for `evm' seems to be ineffective on my machine. This usage is (or should be) functionally equivalent; it links `emacs' to the correct version in EVM.
* Compress Makefile usageSean Allred2014-11-091-3/+3
| | | | | | Instead of using `make 24.1', use `make 1'. Also, skip install if it is present already.
* Avoid .DEFAULT rule in MakefileSean Allred2014-11-091-2/+4
| | | | | | Instead, use a proper 'group' rule using the `VERSIONS' variable. Also, the use of `::' signals that the order doesn't matter at all; the recipes will be executed in the order they appear in the Makefile.
* Add 24.4 supportSean Allred2014-11-091-2/+2
| | | | Also tests rejeep/evm#48
* Rename makefileSean Allred2014-11-081-0/+24