From: henryk@ploetzli.ch Date: Wed, 26 Aug 2009 11:21:05 +0000 (+0000) Subject: Change make calls in the cockpit batch files X-Git-Tag: v1.0.0~520 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/97a82e8f362e3731bf45a1f9b3598d5f0a3459b4 Change make calls in the cockpit batch files --- diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index a8ecb6e4..d925fd3c 100644 --- a/cockpit/1makearm.bat +++ b/cockpit/1makearm.bat @@ -1,5 +1,5 @@ @echo off cd ..\armsrc -rem nmake clean -nmake +rem make clean +make cd ..\cockpit diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index a56fcfe0..4258d9bb 100644 --- a/cockpit/2makeboot.bat +++ b/cockpit/2makeboot.bat @@ -1,5 +1,5 @@ @echo off cd ..\bootrom -rem nmake clean -nmake +rem make clean +make cd ..\cockpit