aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/Makefile2
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 \