summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-09-05 16:31:52 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-09-05 16:31:52 +0200
commit8cf0c4a19a40ec095698db2ea45de0500cdfc57d (patch)
treef068ea726121516f1d7e3bbf01b2fe5bf161ecce
parentbd5a2c316833ce690b8f7a375502796e0fd5f305 (diff)
downloadpsutil-8cf0c4a19a40ec095698db2ea45de0500cdfc57d.tar.gz
add make grep-todos
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05baab53..8b3dcf63 100644
--- a/Makefile
+++ b/Makefile
@@ -228,3 +228,10 @@ release:
# Print announce of new release.
print-announce:
@$(PYTHON) scripts/internal/print_announce.py
+
+# ===================================================================
+# Misc
+# ===================================================================
+
+grep-todos:
+ git grep -EIn "TODO|FIXME|XXX"