From 32e60fd2501e30dd1bdab3407595da7a9d82d2fc 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 f8ec9bb3d..92db8aed0 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,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)