Ver Fonte

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

Daniel-Constantin Mierla há 9 anos atrás
pai
commit
b024f5aea7
1 ficheiros alterados com 4 adições e 2 exclusões
  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 .