diff options
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index fdd17b86..aa933731 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -7,6 +7,8 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\tcl @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\upd + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\xdcc @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\xtray @@ -33,6 +35,11 @@ clean: @del tcl\*.exp @del tcl\*.lib @del tcl\*.obj + @del upd\*.def + @del upd\*.dll + @del upd\*.exp + @del upd\*.lib + @del upd\*.obj @del xdcc\*.def @del xdcc\*.dll @del xdcc\*.exp |