feat: super dependencies makefile help

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw)
2023-05-13 14:24:34 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 84609dd73a
commit 097df11840
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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)