X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/97a82e8f362e3731bf45a1f9b3598d5f0a3459b4..c2c80de8abfd08dec5c4086a438b5ce7c98aebab:/cockpit/1makearm.bat?ds=inline diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index d925fd3c..8efdd556 100644 --- a/cockpit/1makearm.bat +++ b/cockpit/1makearm.bat @@ -1,5 +1,8 @@ @echo off +call _checkmake +IF %MAKE_FAILED%==1 GOTO end cd ..\armsrc rem make clean make cd ..\cockpit +:end