Explorar o código

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

Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
b024f5aea7
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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 .