Have the Windows batch files check for make

This commit is contained in:
henryk@ploetzli.ch
2009-08-31 03:12:45 +00:00
parent 3742d90563
commit 52b3d184ce
4 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
@echo off
call _checkmake
IF %MAKE_FAILED%==1 GOTO end
cd ..\bootrom
rem make clean
make
cd ..\cockpit
:end