projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3681250
)
Makefile.rules: added target tags as alias for target TAGS
author
Daniel-Constantin Mierla
<miconda@gmail.com>
Mon, 11 Apr 2016 10:57:31 +0000
(12:57 +0200)
committer
Daniel-Constantin Mierla
<miconda@gmail.com>
Mon, 11 Apr 2016 10:57:31 +0000
(12:57 +0200)
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index
1d0407d
..
f0882b4
100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-270,11
+270,13
@@
clean_doxygen:
.PHONY: TAGS
-TAGS:
+.PHONY: tags
+TAGS tags:
$(MKTAGS) --exclude="obsolete/*" -R .
.PHONY: TAGS-ALL
-TAGS-ALL:
+.PHONY: tags-all
+TAGS-ALL tags-all:
$(MKTAGS) -R .