summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not run check by defaultMattias Andrée2022-01-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implemented a simple test suiteThomas Oltmann2022-01-181-2/+5
| | | | | | | | | | | | The test suite simply runs makel in turn on all Makefiles in tests/, and compares makel's exit codes with the expected exit codes that are written in the Makefiles themselves. This system could be improved by comparing warning classes instead, and using text identifiers instead of numerical codes which might be subject to change. Revision 2 of this patch: Make target to run the test suite is now called 'check' to avoid confusion.
* Remove unused files from .gitignore and make cleanMattias Andrée2022-01-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace dependency on libsimple with boilerplate codeMattias Andrée2022-01-041-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to makelMattias Andrée2022-01-041-9/+9
| | | | | | | | | | | 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>
* Move some functions into makefile.cMattias Andrée2022-01-011-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Validate UTF-8 encoding and check for long linesMattias Andrée2022-01-011-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to mklint to avoid confusion with pre-existing tool with opposite goalMattias Andrée2022-01-011-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-12-311-0/+39
Signed-off-by: Mattias Andrée <maandree@kth.se>