Update Makefile

This commit is contained in:
Xinwei Xiong 2023-10-30 20:53:05 +08:00 committed by GitHub
parent dfb7c85e80
commit 37328e0890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ start:
stop: stop:
@$(MAKE) go.stop @$(MAKE) go.stop
## restart: Restart openim ## restart: Restart openim (make init configuration file is initialized)
.PHONY: restart .PHONY: restart
restart: clean stop build init start check restart: clean stop build init start check