diff --git a/Makefile.rules b/Makefile.rules index de97781fcc4..723fefcaf80 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1725,6 +1725,9 @@ uninstall-local:: endif endif +check-line-length: + @egrep '.{81}' $(Sources) + #------------------------------------------------------------------------ # Print out the directories used for building #------------------------------------------------------------------------