提交 9578f8cc 编写于 作者: M Michael S. Tsirkin

Makefile: add target to print generated files

This is helpful for automatic code analysis.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 e0e5c858
...@@ -1045,6 +1045,9 @@ endif ...@@ -1045,6 +1045,9 @@ endif
include $(SRC_PATH)/tests/docker/Makefile.include include $(SRC_PATH)/tests/docker/Makefile.include
include $(SRC_PATH)/tests/vm/Makefile.include include $(SRC_PATH)/tests/vm/Makefile.include
printgen:
@echo $(GENERATED_FILES)
.PHONY: help .PHONY: help
help: help:
@echo 'Generic targets:' @echo 'Generic targets:'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册