From 3869f70043b8bc46f2916b4d719ea16b9eab1808 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 21 Mar 2025 13:56:46 +0100 Subject: [PATCH] make commands requires an up-to-date client --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d9ba781c..772439e65 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ style: commands --style=google --pad-oper --unpad-paren --pad-header \ --align-pointer=name {} \; -commands: +commands: client # Update commands.md [ -x client/proxmark3 ] && client/proxmark3 -m | tr -d '\r' > doc/commands.md # Make sure python3 is installed