projects
/
apps
/
pfixtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4efa4
)
add tags target
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 8 Jan 2007 00:10:19 +0000
(
01:10
+0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 8 Jan 2007 00:10:19 +0000
(
01:10
+0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9170135
..
558ab07
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,6
+50,10
@@
clean:
distclean: clean
+tags: .tags
+.tags: $(shell git ls-files | egrep '\.[hc]$$')
+ ctags -o $@ $^
+
headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING
headers:
@which headache > /dev/null || \