X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=d28b428fb9d0d457201b63eb3bbeaa767a83a185;hb=11835c28c3407f9bbd4aa68b875a528d13ff0d73;hp=8cf0ed8dd766338a4c432e9548468f718a5ae88b;hpb=85b244419aec2552d114990aa86900aeac83a7e0;p=WebThing.git diff --git a/Makefile b/Makefile index 8cf0ed8..d28b428 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 SearchHandler.cs $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^ SoupSettings.so: SoupSettings.c