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