X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..32cfae439e0e2270638617fa09bf1026b0cf0e50:/cockpit/5makeall.bat?ds=inline

diff --git a/cockpit/5makeall.bat b/cockpit/5makeall.bat
index 072393d9..23ee6e83 100644
--- a/cockpit/5makeall.bat
+++ b/cockpit/5makeall.bat
@@ -1,3 +1,7 @@
-call 1makearm.bat
-call 2makeboot.bat
-call 3makewin.bat
+@echo off
+call _checkmake
+IF %MAKE_FAILED%==1 GOTO end
+call 1makearm.bat %1
+call 2makeboot.bat %1
+call 3makewin.bat %1
+:end
\ No newline at end of file