mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Makefile: integrate commands.md generation to 'make style'
This commit is contained in:
parent
008c920db0
commit
cb20d93448
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -259,6 +259,8 @@ style:
|
|||
--keep-one-line-blocks --max-instatement-indent=60 \
|
||||
--style=google --pad-oper --unpad-paren --pad-header \
|
||||
--align-pointer=name {} \;
|
||||
# Update commands.md
|
||||
[ -x client/proxmark3 ] && client/proxmark3 -m > doc/commands.md
|
||||
|
||||
# Detecting weird codepages and tabs.
|
||||
miscchecks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue