Makefile: add target for generating tags

Change-Id: Ic2c68c12471d872f449e29082a98df14b47bbda4
This commit is contained in:
Vadim Yanitskiy 2021-12-02 20:01:07 +03:00 committed by laforge
parent 0649d1c0db
commit 600ebb235e
1 changed files with 7 additions and 0 deletions

View File

@ -108,3 +108,10 @@ $(foreach dir,$(SUBDIRS), \
$(eval $(call DIR_clean_template,$(dir))) \
$(eval $(call DIR_all_template,$(dir))) \
)
.PHONY: tags
tags:
find $(shell pwd) \
-type f -name "*.ttcn" -o \
-type f -name "*.ttcnpp" | \
xargs ctags