From 3f9149c16a89e768c7c3fc38dcdbaab7a9b8debf Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 2 Feb 2025 08:08:58 +0400 Subject: [PATCH] fmt --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 883c566e..ed44baf8 100644 --- a/Makefile +++ b/Makefile @@ -53,4 +53,3 @@ help: ## Display this help message @printf " make $(BLUE)$(RESET)\n\n" @printf "$(BOLD)Targets:$(RESET)\n" @awk 'BEGIN {FS = ":.*##"; printf ""} /^[a-zA-Z_-]+:.*?##/ { printf " $(BLUE)%-15s$(RESET) %s\n", $$1, $$2 } /^##@/ { printf "\n$(BOLD)%s$(RESET)\n", substr($$0, 5) }' $(MAKEFILE_LIST) -