changeset 64:ea397be003a8

makefile: tags target
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 09 Apr 2009 17:50:07 -0400
parents fb0aab6be66b
children 38f28f80b3c7
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Apr 02 22:25:00 2009 -0400
+++ b/Makefile	Thu Apr 09 17:50:07 2009 -0400
@@ -9,6 +9,9 @@
 clean:
 	rm -f $(BINS)
 
+tags:
+	cscope -R -b
+
 index: index.c $(FILES)
 	$(CC) $(CFLAGS) -o $@ index.c $(FILES)