X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..e30c654b196a87a13ae7f7d4ced930b296c038ec:/cockpit/1makearm.bat?ds=sidebyside 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