Add plugin for F11 full-screen toggle
[WebThing.git] / Makefile
index ea5eb46..249504a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,14 @@ references = -r:webkit-sharp.dll -pkg:gtk-sharp-2.0
 
 all: WebThingMain.exe plugins
 
+.PHONY: tags
+tags:
+       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
+WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs PluginManager.cs
        $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^
 
 SoupSettings.so: SoupSettings.c