From d14d0c68785e61c468ae3992318fe9580935f82a Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 19 Nov 2023 07:19:04 +0100 Subject: [PATCH] Fixed tag generator --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a994353..2e21406 100644 --- a/makefile +++ b/makefile @@ -55,7 +55,7 @@ install: .PHONY: tags tags: - ctags --recurse=yes --exclude=.git --exclude=bin --exclude=obj --extras=* --fields=* --c-kinds=* --language-force=C $(TAG_LIBS) + ctags --recurse=yes --exclude=.git --exclude=bin --exclude=obj --extras=* --fields=* --c-kinds=* --language-force=C $(TAG_LIBS) . .PHONY: ccmds: -- 2.30.2