aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/rules.c
Commit message (Collapse)AuthorAgeFilesLines
* make: improved runserver thread handlingRafael G. Martins2017-02-271-24/+27
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* make: parse runserver arguments from cli, instead of envRafael G. Martins2017-02-241-26/+77
| | | | this is some over-optimized parser, to celebrate #cloudbleed :D
* blogc-make: renamed copy_files settings to copyRafael G. Martins2017-02-141-10/+10
|
* blogc-make: renamed auto-defined vars to MAKE_*Rafael G. Martins2017-02-131-14/+14
|
* blogc-make: use absolute path for runserver ruleRafael G. Martins2017-02-121-1/+1
|
* blogc-make: implemented automatic reloader for runserver ruleRafael G. Martins2017-02-121-1/+67
| | | | | this is not the best implementation possible, but it works for most use cases
* make: improved clean ruleRafael G. Martins2017-01-301-0/+4
|
* make: fixed includesRafael G. Martins2017-01-031-4/+2
|
* blogc-make: fixed clean ruleRafael G. Martins2017-01-031-1/+1
|
* make: implemented runserver ruleRafael G. Martins2016-12-271-0/+20
|
* make: convert "all" into an actual ruleRafael G. Martins2016-12-271-22/+48
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+752
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)