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