From cb20d9344890e64e9a4d197291074aad56945d05 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 6 Oct 2020 18:40:54 +0200 Subject: [PATCH] Makefile: integrate commands.md generation to 'make style' --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1f3b0b44b..cb0d848cd 100644 --- a/Makefile +++ b/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: