summaryrefslogtreecommitdiffstats
path: root/makel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix output and note which test cases are used to test each warningMattias Andrée2022-01-241-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixed line continuation checks.Thomas Oltmann2022-01-071-2/+3
| | | | | | The checks for line continuation starting on an empty line, ending on an empty line, and ending on EOF were broken because of logic errors in said checks, as well as an accidental negation in is_line_blank().
* Add todos for commentsMattias Andrée2022-01-041-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace dependency on libsimple with boilerplate codeMattias Andrée2022-01-041-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to makelMattias Andrée2022-01-041-0/+225
Suggested by Laslo Hunhold, "Makel" is German for defect, deficiency, impurity, or imperfection (both singular and plural); a flaw. This change is to avoid confusion between make(1) and mk(1) Signed-off-by: Mattias Andrée <maandree@kth.se>