mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Change make calls in the cockpit batch files
This commit is contained in:
parent
7e931bbd32
commit
97a82e8f36
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd ..\armsrc
|
cd ..\armsrc
|
||||||
rem nmake clean
|
rem make clean
|
||||||
nmake
|
make
|
||||||
cd ..\cockpit
|
cd ..\cockpit
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd ..\bootrom
|
cd ..\bootrom
|
||||||
rem nmake clean
|
rem make clean
|
||||||
nmake
|
make
|
||||||
cd ..\cockpit
|
cd ..\cockpit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue