aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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