X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=249504ae76cf416647a7f11d2e8c39e403e89fd1;hb=02acfc22dbfa3d145d265157fdf616a950fa30c6;hp=8cf0ed8dd766338a4c432e9548468f718a5ae88b;hpb=85b244419aec2552d114990aa86900aeac83a7e0;p=WebThing.git diff --git a/Makefile b/Makefile index 8cf0ed8..249504a 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,12 @@ 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 -WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs +WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs PluginManager.cs $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^ SoupSettings.so: SoupSettings.c