use the ctags recursive flag
This commit is contained in:
@@ -29,4 +29,4 @@ PROJECT_C_FILES := $(shell find $(PROJECT_ROOT) \( -name '*.c' -o -name '*.h' \)
|
|||||||
CRITERION_HEADERS := $(shell find /usr/include/criterion)
|
CRITERION_HEADERS := $(shell find /usr/include/criterion)
|
||||||
ALL_FILES := $(PROJECT_C_FILES) $(CRITERION_HEADERS)
|
ALL_FILES := $(PROJECT_C_FILES) $(CRITERION_HEADERS)
|
||||||
tags: $(ALL_FILES)
|
tags: $(ALL_FILES)
|
||||||
ctags $(ALL_FILES)
|
ctags -R $(ALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user