feat: add chat scripts name

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-18 18:46:25 +08:00
parent e2efd7abdd
commit 391e3ea10c
10 changed files with 24 additions and 69 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ go.stop:
.PHONY: go.check
go.check:
@echo "===========> Checking openim"
@$(ROOT_DIR)/scripts/check_all.sh
@$(ROOT_DIR)/scripts/check-all.sh
## go.build.verify: Verify that a suitable version of Go exists
.PHONY: go.build.verify