mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
make commands requires an up-to-date client
This commit is contained in:
parent
a2d10d7910
commit
3869f70043
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -319,7 +319,7 @@ style: commands
|
||||||
--style=google --pad-oper --unpad-paren --pad-header \
|
--style=google --pad-oper --unpad-paren --pad-header \
|
||||||
--align-pointer=name {} \;
|
--align-pointer=name {} \;
|
||||||
|
|
||||||
commands:
|
commands: client
|
||||||
# Update commands.md
|
# Update commands.md
|
||||||
[ -x client/proxmark3 ] && client/proxmark3 -m | tr -d '\r' > doc/commands.md
|
[ -x client/proxmark3 ] && client/proxmark3 -m | tr -d '\r' > doc/commands.md
|
||||||
# Make sure python3 is installed
|
# Make sure python3 is installed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue