]> git.zerfleddert.de Git - proxmark3-svn/blob - cockpit/2makeboot.bat
Have the Windows batch files check for make
[proxmark3-svn] / cockpit / 2makeboot.bat
1 @echo off
2 call _checkmake
3 IF %MAKE_FAILED%==1 GOTO end
4 cd ..\bootrom
5 rem make clean
6 make
7 cd ..\cockpit
8 :end
Impressum, Datenschutz