Browse Source

Makefile.rules: added target tags as alias for target TAGS

Daniel-Constantin Mierla 9 years ago
parent
commit
b024f5aea7
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Makefile.rules

+ 4 - 2
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 .