X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/52b3d184ce098c773c8faaa8d91ba1eeb37b0a1f..272e55ca64b5ee35e483f2ad2327a2e147f97779:/cockpit/2makeboot.bat diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index aa8161e9..47057037 100644 --- a/cockpit/2makeboot.bat +++ b/cockpit/2makeboot.bat @@ -2,7 +2,9 @@ call _checkmake IF %MAKE_FAILED%==1 GOTO end cd ..\bootrom -rem make clean -make +@echo *************** +@echo *** bootrom *** +@echo *************** +make %1 cd ..\cockpit :end