mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 14:31:43 +08:00
feat: add make file
Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
parent
f13ffc6e6c
commit
154658ee12
4
Makefile
4
Makefile
@ -87,7 +87,7 @@ fmt:
|
|||||||
vet:
|
vet:
|
||||||
@$(GO) vet ./...
|
@$(GO) vet ./...
|
||||||
|
|
||||||
lint: Check syntax and styling of go sources. ✨
|
## lint: Check syntax and styling of go sources. ✨
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
@$(MAKE) go.lint
|
@$(MAKE) go.lint
|
||||||
@ -184,4 +184,4 @@ help: Makefile
|
|||||||
## help-all: Show all help details info. ✨
|
## help-all: Show all help details info. ✨
|
||||||
.PHONY: help-all
|
.PHONY: help-all
|
||||||
help-all: go.help copyright.help tools.help image.help dependencies.help gen.help release.help swagger.help help
|
help-all: go.help copyright.help tools.help image.help dependencies.help gen.help release.help swagger.help help
|
||||||
$(call makeallhelp)
|
$(call makeallhelp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user