diff --git a/c/tools/mcountlines b/c/tools/mcountlines index f7282522b..dc9090b6a 100755 --- a/c/tools/mcountlines +++ b/c/tools/mcountlines @@ -8,6 +8,7 @@ wc -l \ mapping/*.[ch] \ output/*.[ch] \ stream/*.[ch] \ + utmains/*.[ch] \ dsls/*.[ly] \ dsls/*wrapper*.[ch] \ | sort -n @@ -21,6 +22,7 @@ wc -c \ mapping/*.[ch] \ output/*.[ch] \ stream/*.[ch] \ + utmains/*.[ch] \ dsls/*.[ly] \ dsls/*wrapper*.[ch] \ | sort -n | tail -n 5