From 56c3604f7c063bfda43be2d5d9c7092d7e35f985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 17 Jul 2021 23:00:49 +0200 Subject: [PATCH] fix ctags generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 298ac4e..e3580ea 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,7 @@ indent: $(CSRCS) .PHONY: tags tags: - ctags $(patsubst %,%/*,$(VPATH)) + ctags $(patsubst %,%/*[cS],$(VPATH)) .PHONY: printvars printvars: