From 773d900b0a026cbdf2991b2e462d76f0a41bdb0d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 24 Sep 2015 17:27:31 -0400 Subject: [PATCH] neaten --- c/tools/mcountlines | 2 ++ 1 file changed, 2 insertions(+) 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