summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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