mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Add make targets for flashing (Windows version untested)
This commit is contained in:
parent
83288efc7d
commit
64b8119836
2 changed files with 33 additions and 7 deletions
|
@ -22,6 +22,7 @@ DELETE=rm -rf
|
|||
MOVE=mv
|
||||
COPY=cp
|
||||
PATHSEP=/
|
||||
FLASH_TOOL=linux/flasher
|
||||
DETECTED_OS=Linux
|
||||
# You may/should set this in your environment
|
||||
ARMLIB ?= /usr/local/lib/gcc/arm-elf/4.3.3/interwork
|
||||
|
@ -35,6 +36,7 @@ MOVE=ren
|
|||
COPY=copy
|
||||
PATHSEP=\\#
|
||||
ARMLIB ?= ../../devkitARM/lib/gcc/arm-elf/4.1.0/interwork
|
||||
FLASH_TOOL=winsrc\\prox.exe
|
||||
DETECTED_OS=Windows
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue