add "make tags" (using `ctags`)
authorBrian Norris <banorris@uci.edu>
Fri, 9 Mar 2012 00:03:45 +0000 (16:03 -0800)
committerBrian Norris <banorris@uci.edu>
Fri, 9 Mar 2012 00:03:45 +0000 (16:03 -0800)
.gitignore
Makefile

index 379c7d6715d367db2e715b39b0b52a36c3ec7e8c..66dc45e004545d033b7b426868134f6035fe0457 100644 (file)
@@ -4,3 +4,4 @@
 
 # files in this directory
 /libthreads
+/tags
index 1867a44479b5e75d06e6ea85b037321b3a33e41c..becb998b162e3429c9cdaf16591325292cae7f4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ ${BIN}: ${SOURCE} ${HEADERS}
 
 clean:
        rm -f ${BIN} *.o
+
+tags::
+       ctags -R