From 37328e0890793d13228738485cdca56a04ffc171 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Mon, 30 Oct 2023 20:53:05 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d3544ed6..67f595fb4 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ start: stop: @$(MAKE) go.stop -## restart: Restart openim ✨ +## restart: Restart openim (make init configuration file is initialized) ✨ .PHONY: restart restart: clean stop build init start check