diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index a8ecb6e47..d925fd3c6 100644 --- a/cockpit/1makearm.bat +++ b/cockpit/1makearm.bat @@ -1,5 +1,5 @@ @echo off cd ..\armsrc -rem nmake clean -nmake +rem make clean +make cd ..\cockpit diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index a56fcfe0f..4258d9bb3 100644 --- a/cockpit/2makeboot.bat +++ b/cockpit/2makeboot.bat @@ -1,5 +1,5 @@ @echo off cd ..\bootrom -rem nmake clean -nmake +rem make clean +make cd ..\cockpit