Add plugin path, separate search plugins
[WebThing.git] / searchplugins / Makefile
1 CSFLAGS = -debug
2 references = -r:../WebThing.dll -r:System.Web
3
4 all: GoogleSearch.dll WikipediaSearch.dll
5
6 clean:
7         rm -f *.dll *.mdb *.so
8
9 %.dll: %.cs ../WebThing.dll
10         gmcs $(CSFLAGS) $(references) -target:library -out:$@ $<