aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add makefile command to install the built packageJesse Luehrs2019-11-061-0/+4
|
* don't take pkg directory timestamp into accountJesse Luehrs2019-11-061-2/+2
| | | | | otherwise it'll keep thinking things need to be rebuild every time a file is added to the pkg directory (which updates the directory mtime)
* add `make test` and make testing a dep of publishingJesse Luehrs2019-10-231-4/+8
|
* add release process stuff to makefileJesse Luehrs2019-10-231-7/+42
|
* add a makefile for common actionsJesse Luehrs2019-10-221-0/+53