X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..26aa7d73ad95172e8e322da0a2de3905b9da377e:/cockpit/2makeboot.bat?ds=inline diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index a56fcfe0..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 nmake clean -nmake +@echo *************** +@echo *** bootrom *** +@echo *************** +make %1 cd ..\cockpit +:end