From 53358f596213ab90c66aafde4f6f5c949bafd370 Mon Sep 17 00:00:00 2001 From: James Simpson <10970100+jsimpso@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:17:16 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93432d71..77835b02 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ errmsg = @printf '$(RED_COLOR)Error: $(1)$(NO_COLOR)\n' && exit 1 include Makefile.docs -.PHONY: help +.PHONY: halp help: _list-targets ## Prints all available targets .PHONY: _list-targets