X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..f1d7d574283f445310b136a3867f41cb0fde6d88:/cockpit/1makearm.bat diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index a8ecb6e4..f4a53992 100644 --- a/cockpit/1makearm.bat +++ b/cockpit/1makearm.bat @@ -1,5 +1,10 @@ @echo off +call _checkmake +IF %MAKE_FAILED%==1 GOTO end cd ..\armsrc -rem nmake clean -nmake +@echo ************** +@echo *** armsrc *** +@echo ************** +make %1 cd ..\cockpit +:end