summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 21:47:33 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 21:47:33 +0200
commit70462e2770498c05f6ee94f121a97528c2c85a2f (patch)
tree32dcfc2806d9d9ac0ee6e2b26370143d7cbc2573
parent2fae246fe7ceceb7466cf89dd78aa963f5eed4e8 (diff)
enhance todo Makefile target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 757c3fc..a2696f1 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ perltidy:
find . -name \*.pm | xargs perltidy -i=2 -b
find . -name \*.bak | xargs rm -f
todo:
- grep -R TODO . | grep -v Makefile | grep -v .git
+ grep -R TODO . | grep -E -v '(\.git|Makefile)'
warn:
perl index.pl 2> warnings
less warnings