Fixed tag generator
authorLukas Krickl <lukas@krickl.dev>
Sun, 19 Nov 2023 06:19:04 +0000 (07:19 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 19 Nov 2023 06:19:04 +0000 (07:19 +0100)
makefile

index a99435343d56d8649652f6278c3e2a775898bf57..2e214068aba5135895375f2f4691e20cb317409d 100644 (file)
--- 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: