X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/97a82e8f362e3731bf45a1f9b3598d5f0a3459b4..243dc6900194c533e49daae0d30623918ef31252:/cockpit/2makeboot.bat diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index 4258d9bb..47057037 100644 --- a/cockpit/2makeboot.bat +++ b/cockpit/2makeboot.bat @@ -1,5 +1,10 @@ @echo off +call _checkmake +IF %MAKE_FAILED%==1 GOTO end cd ..\bootrom -rem make clean -make +@echo *************** +@echo *** bootrom *** +@echo *************** +make %1 cd ..\cockpit +:end