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