summaryrefslogtreecommitdiffstats
path: root/makefile.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-04miscMattias Andrée1-2/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-01Move some functions into makefile.cMattias Andrée1-49/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-01Validate UTF-8 encoding and check for long linesMattias Andrée1-92/+29
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-01improve WC_EXTRA_MAKEFILE warningNRK1-3/+4
currently if open_default_makefile() finds a standard makefile it will print info message but then warn about the same file being "additional." [nrk mklint master]% ./mklint ./mklint: [info] found standard makefile to use: Makefile (-wmakefile) ./mklint: [warn] found additional standard makefile: Makefile (-wextra-makefile) this makes it so that it doesn't produce warning about the the makefile that it already found as "additional." also declares the default_makefiles pointer as const for good measures.
2022-01-01Rename to mklint to avoid confusion with pre-existing tool with opposite goalMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-31mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>