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