X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=7d1fe86e9f7525d1d2c2687e6f4358536482a061;hb=2744fefc32dbe9b59a570f6515d51121b8fcfbe3;hp=d28b428fb9d0d457201b63eb3bbeaa767a83a185;hpb=11835c28c3407f9bbd4aa68b875a528d13ff0d73;p=WebThing.git diff --git a/Makefile b/Makefile index d28b428..7d1fe86 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LDFLAGS = `pkg-config glib-2.0 libsoup-2.4 webkit-1.0 --libs` CSFLAGS = -debug references = -r:webkit-sharp.dll -pkg:gtk-sharp-2.0 -all: WebThingMain.exe plugins +all: WebThingMain.exe plugins searchplugins .PHONY: tags tags: @@ -22,3 +22,7 @@ SoupSettings.so: SoupSettings.c plugins: make -C plugins .PHONY: plugins + +searchplugins: + make -C searchplugins +.PHONY: searchplugins