aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/reloader.c
Commit message (Collapse)AuthorAgeFilesLines
* make: fixed context reloadingRafael G. Martins2018-03-131-1/+1
| | | | this bug was reported by clang-analyzer.
* make: reloader: do not kill the process on reload failureRafael G. Martins2018-01-271-6/+8
|
* make: make the reloader interface genericRafael G. Martins2017-03-041-3/+6
| | | | this way it can run any rule, even if we don't need this feature now
* make: fixed includeRafael G. Martins2017-03-041-1/+1
|
* make: splitted reloaderRafael G. Martins2017-03-041-0/+93