Have the Windows batch files check for make
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
@echo off
|
||||
call _checkmake
|
||||
IF %MAKE_FAILED%==1 GOTO end
|
||||
cd ..\bootrom
|
||||
rem make clean
|
||||
make
|
||||
cd ..\cockpit
|
||||
:end
|
||||
|
||||
Reference in New Issue
Block a user