mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
remove some straggling files and fix paths in cockpit batch files
This commit is contained in:
parent
ead7519327
commit
59936251ff
5 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,3 @@
|
|||
@echo off
|
||||
set PATH=..\..\devkitARM\bin;..\..\devkitWIN\bin;%PATH%
|
||||
set INCLUDE=..\..\devkitWIN\include
|
||||
set LIB=..\..\devkitWIN\lib
|
||||
set PATH=..\..\devkitARM\bin;%PATH%
|
||||
cmd.exe
|
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
cd ..\winsrc
|
||||
cd ..\client
|
||||
@echo **************
|
||||
@echo *** winsrc ***
|
||||
@echo *** client ***
|
||||
@echo **************
|
||||
make %1
|
||||
cd ..\cockpit
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
REM these actually do the real work
|
||||
..\winsrc\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19
|
||||
..\client\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
call ..\winsrc\prox %1
|
||||
call ..\client\prox %1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue