aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add NAME Makefile variable to change program nameHEADmasterMichael Homer2021-03-08
| | | | | | | | | The name defaults to "dragon", but make NAME=xdragon install will instead create an "xdragon" executable and man page, to allow avoiding conflicts with other software.
* Update Makefile with PREFIX, DESTDIR and man pageNathan Sketch2021-03-08
| | | | | | | | | This commit updates the Makefile to use PREFIX more conventionally, rather than directly as the path to the bin directory. It also adds the traditional DESTDIR override to move installation elsewhere. The man page will be installed inside share/man, or MANPREFIX if specified.
* Add readme and licenceMichael Homer2014-06-20
| | | | The readme gives simple usage an installation instructions.
* Initial commitMichael Homer2014-06-19
bgstack15