diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 21:47:33 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 21:47:33 +0200 |
| commit | 70462e2770498c05f6ee94f121a97528c2c85a2f (patch) | |
| tree | 32dcfc2806d9d9ac0ee6e2b26370143d7cbc2573 | |
| parent | 2fae246fe7ceceb7466cf89dd78aa963f5eed4e8 (diff) | |
enhance todo Makefile target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
