mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
Change dest dir for build_all_firmwares.sh to avoid confusion
This commit is contained in:
parent
a6a567626b
commit
d8e943e03c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# These vars can be overriden by env variables
|
||||
echo "Makefile flags: ${MKFLAGS:=-j8}"
|
||||
echo "Destination: ${DEST:=firmwares}"
|
||||
echo "Destination: ${DEST:=firmware}"
|
||||
echo "Produce stats?: ${STATS:=false}"
|
||||
|
||||
# Which parts to skip for the 256kb version?
|
||||
|
|
Loading…
Reference in a new issue