From 223e6cac5499d72fe30fd7c3da817362be7d9fef Mon Sep 17 00:00:00 2001 From: Chip Black Date: Sat, 6 Jun 2009 15:00:06 -0500 Subject: [PATCH] Change ctags generation to include other useful things --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cf0ed8..893e5a2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: WebThingMain.exe plugins .PHONY: tags tags: - ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnp' *.cs + ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnpfes' *.cs WebThingMain.exe: WebThingMain.cs WebThing.dll SoupSettings.so $(CS) $(CSFLAGS) -r:WebThing.dll -out:$@ WebThingMain.cs -- 2.25.1