use the ctags recursive flag

This commit is contained in:
2025-11-26 18:06:21 +01:00
parent cd3f814b86
commit 0a4120bccd
+1 -1
View File
@@ -29,4 +29,4 @@ PROJECT_C_FILES := $(shell find $(PROJECT_ROOT) \( -name '*.c' -o -name '*.h' \)
CRITERION_HEADERS := $(shell find /usr/include/criterion)
ALL_FILES := $(PROJECT_C_FILES) $(CRITERION_HEADERS)
tags: $(ALL_FILES)
ctags $(ALL_FILES)
ctags -R $(ALL_FILES)