From 438ea1d956c5f0724caa12e8f77a173d4bd693bc Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Tue, 25 Jun 2024 12:30:52 -0400 Subject: [PATCH] PR: One command to do all dev gen steps --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index f4cfa7a7bd..fc10795e55 100644 --- a/Makefile +++ b/Makefile @@ -380,3 +380,10 @@ docs\:godoc: .PHONY: toc toc: bash tools/scripts/md-toc/gh-md-toc --insert --no-backup --hide-footer --skip-header README.md + +.PHONY: fix +fix: + @$(MAKE) lint\:fix + @$(MAKE) tidy + @$(MAKE) mocks + @$(MAKE) docs