mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
feat: super dependencies makefile help
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
84609dd73a
commit
097df11840
@ -32,7 +32,7 @@ endef
|
||||
# Here are some examples of builds
|
||||
define MAKEFILE_EXAMPLE
|
||||
# make build BINS=imctl Only a single imctl binary is built.
|
||||
# make -j $(nproc) all Run tidy gen add-copyright format lint cover build concurrently.
|
||||
# make -j (nproc) all Run tidy gen add-copyright format lint cover build concurrently.
|
||||
# make gen Generate all necessary files.
|
||||
# make linux.arm64 imctl is compiled on arm64 platform.
|
||||
# make verify-copyright Verify the license headers for all files.
|
||||
|
@ -34,3 +34,8 @@ dependencies.tools.critical: $(addprefix tools.verify., $(CRITICAL_TOOLS))
|
||||
|
||||
.PHONY: dependencies.tools.trivial
|
||||
dependencies.tools.trivial: $(addprefix tools.verify., $(TRIVIAL_TOOLS))
|
||||
|
||||
## dependencies.help: Print help for dependencies targets
|
||||
.PHONY: dependencies.help
|
||||
dependencies.help: script/make-rules/dependencies.mk
|
||||
$(call smallhelp)
|
Loading…
x
Reference in New Issue
Block a user