mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -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
|
@echo off
|
||||||
set PATH=..\..\devkitARM\bin;..\..\devkitWIN\bin;%PATH%
|
set PATH=..\..\devkitARM\bin;%PATH%
|
||||||
set INCLUDE=..\..\devkitWIN\include
|
|
||||||
set LIB=..\..\devkitWIN\lib
|
|
||||||
cmd.exe
|
cmd.exe
|
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd ..\winsrc
|
cd ..\client
|
||||||
@echo **************
|
@echo **************
|
||||||
@echo *** winsrc ***
|
@echo *** client ***
|
||||||
@echo **************
|
@echo **************
|
||||||
make %1
|
make %1
|
||||||
cd ..\cockpit
|
cd ..\cockpit
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
REM these actually do the real work
|
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
|
@echo off
|
||||||
call ..\winsrc\prox %1
|
call ..\client\prox %1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue