diff options
| author | Samuel Lidén Borell <samuel@kodafritt.se> | 2026-02-15 17:56:16 +0100 |
|---|---|---|
| committer | Samuel Lidén Borell <samuel@kodafritt.se> | 2026-02-15 17:59:10 +0100 |
| commit | 881bce5aac6d3a23965cd00c60b95ced8dcdd2fe (patch) | |
| tree | 10edd9f1b4363f4c4e4b7c65053c0ad2db0dea12 /bootstrap | |
| parent | 1d6f08d9f1095735f3d298cd3823992051eba8be (diff) | |
| download | slul-try2-main.tar.gz slul-try2-main.zip | |
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 25c437e..1daf304 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -216,7 +216,7 @@ clang-analyze: clang --analyze $(CLANG_ANALYZE_FLAGS) $(C_SOURCES) $(TEST_C_SOURCES) longlines: if grep -nE '^.{80,}' $(C_SOURCES) $(C_HEADERS) $(TEST_C_SOURCES) \ - $(srcdir)/Makefile; then \ + $(srcdir)/Makefile $(srcdir)/../Specification.md; then \ echo "error: Too long lines detected. Maximum is 80 characters" ;\ false ;\ else \ |
