Explorar o código

Makefile.rules: exclude test folder from tags generation paths

Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
68b7a13b99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

@@ -272,7 +272,7 @@ clean_doxygen:
 .PHONY: TAGS
 .PHONY: tags
 TAGS tags:
-	$(MKTAGS) --exclude="obsolete/*" -R .
+	$(MKTAGS) --exclude="obsolete/*" --exclude="test/*" -R .
 
 .PHONY: TAGS-ALL
 .PHONY: tags-all