projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8090a36
)
add "make tags" (using `ctags`)
author
Brian Norris
<banorris@uci.edu>
Fri, 9 Mar 2012 00:03:45 +0000
(16:03 -0800)
committer
Brian Norris
<banorris@uci.edu>
Fri, 9 Mar 2012 00:03:45 +0000
(16:03 -0800)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 379c7d6715d367db2e715b39b0b52a36c3ec7e8c..66dc45e004545d033b7b426868134f6035fe0457 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,3
+4,4
@@
# files in this directory
/libthreads
+/tags
diff --git
a/Makefile
b/Makefile
index 1867a44479b5e75d06e6ea85b037321b3a33e41c..becb998b162e3429c9cdaf16591325292cae7f4f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,3
+10,6
@@
${BIN}: ${SOURCE} ${HEADERS}
clean:
rm -f ${BIN} *.o
+
+tags::
+ ctags -R