From ab916752c91a61a381ff27aaee72161073153993 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Sat, 15 Apr 2023 10:16:03 -0700 Subject: [PATCH] force clean on Windows dsk build --- winmake.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winmake.bat b/winmake.bat index aa07f0149..20be9c7bb 100644 --- a/winmake.bat +++ b/winmake.bat @@ -29,6 +29,7 @@ rem version 3.1.0 or later set EXOMIZER=exomizer mem -q -P23 -lnone if "%1" equ "dsk" ( +call :clean call :index if "%2". equ "". ( call :asmproboot @@ -73,6 +74,7 @@ if "%1" equ "clean" ( if "%2". neq "". ( 1>nul move build\%DISK% ) +:clean echo y|1>nul 2>nul rd build /s if "%2". neq "". ( md build