diff options
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index f8642d2e..b692c41f 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -19,6 +19,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\upd @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\xsasl + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\xtray @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp @@ -49,6 +51,8 @@ clean: @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\upd @-$(MAKE) /nologo /s /f makefile.mak clean $@ + @cd ..\xsasl + @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\xtray @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\winamp |