summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-05 13:43:41 +0200
committerhut <hut@lavabit.com>2011-10-05 13:44:09 +0200
commitc0d63e78e20428d27715e7afcb56e6711cfd9556 (patch)
tree2fd85930a1478a0a477482f57b6fc0671b767ef6 /Makefile
parent3da2e57f2f10b95d136da88e2a42bfd90d40b0f4 (diff)
downloadranger-c0d63e78e20428d27715e7afcb56e6711cfd9556.tar.gz
Makefile: added "make todo" and added some notes in code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c5ed88c..30a92220 100644
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,7 @@ cleandoc:
 snapshot:
 	git archive --prefix='$(NAME)-$(VERSION)/' --format=tar HEAD | gzip > $(SNAPSHOT_NAME)
 
-.PHONY: default options compile clean doc cleandoc snapshot install man
+todo:
+	@grep --color -Ion '\(TODO\|XXX\).*' -r ranger
+
+.PHONY: default options compile clean doc cleandoc snapshot install man todo