X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FMakefile;h=77b79a2a533e93acd1811b568a932458f811ac34;hb=2744fefc32dbe9b59a570f6515d51121b8fcfbe3;hp=2f780650815aad1e5ba6f638f93b1a94ee4aa85f;hpb=fc831a2ef0ae342cc73dee301e051bcfbbbeb82c;p=WebThing.git diff --git a/plugins/Makefile b/plugins/Makefile index 2f78065..77b79a2 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -5,11 +5,6 @@ all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll Q clean: rm -f *.dll *.mdb *.so - make -C SoupSettings clean - -.PHONY: SoupSettings.dll -SoupSettings.dll: - make -C SoupSettings %.dll: %.cs ../WebThing.dll gmcs $(CSFLAGS) $(references) -r:../WebThing.dll -target:library -out:$@ $<