diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index a8ecb6e..d925fd3 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 a56fcfe..4258d9b 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