X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/243dc6900194c533e49daae0d30623918ef31252..da133b47a91b3127746552d8493e9919165222ab:/cockpit/2makeboot.bat diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat deleted file mode 100644 index 47057037..00000000 --- a/cockpit/2makeboot.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -call _checkmake -IF %MAKE_FAILED%==1 GOTO end -cd ..\bootrom -@echo *************** -@echo *** bootrom *** -@echo *************** -make %1 -cd ..\cockpit -:end