X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae:/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