aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #198 from vermiculus/organizeSean Allred2015-01-041-4/+0
|\ | | | | Organize
| * Standardize local variablesSean Allred2015-01-041-4/+0
| | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* | Update MakefileSean Allred2015-01-041-2/+5
|/ | | | | Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing.
* Remove temporary files before each testSean Allred2015-01-031-0/+1
|
* 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