aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-12-02 20:01:07 +0300
committerlaforge <laforge@osmocom.org>2021-12-05 09:36:06 +0000
commit600ebb235e7116f4f64fb77c870271e880f738e2 (patch)
tree5a2ace50c6093982c55f16a3bc59d2f74c45233e /Makefile
parent0649d1c0dbf7ace8b50d5d0841020651459e080d (diff)
Makefile: add target for generating tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f05ab482..87ce7591 100644
--- a/Makefile
+++ b/Makefile
@@ -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