From 70462e2770498c05f6ee94f121a97528c2c85a2f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 21:47:33 +0200 Subject: enhance todo Makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3