X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..243dc6900194c533e49daae0d30623918ef31252:/cockpit/5makeall.bat diff --git a/cockpit/5makeall.bat b/cockpit/5makeall.bat index 072393d9..23ee6e83 100644 --- a/cockpit/5makeall.bat +++ b/cockpit/5makeall.bat @@ -1,3 +1,7 @@ -call 1makearm.bat -call 2makeboot.bat -call 3makewin.bat +@echo off +call _checkmake +IF %MAKE_FAILED%==1 GOTO end +call 1makearm.bat %1 +call 2makeboot.bat %1 +call 3makewin.bat %1 +:end \ No newline at end of file