From f3009c466f8a04c96d0cb72f1b4297b13eb1b818 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Sat, 10 Jun 2023 09:01:33 +0800 Subject: [PATCH] fix: Fix make Help Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 015f674fc..8bd90b90e 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ add-copyright: help: Makefile $(call makehelp) -## all-help: Show all help details info. +## help-all: Show all help details info. .PHONY: help-all help-all: go.help copyright.help tools.help image.help help $(call makeallhelp)