X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/52b3d184ce098c773c8faaa8d91ba1eeb37b0a1f..428ee1df57f203c4164ff13e09d8583f4db276b6:/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