mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 22:33:36 +08:00
Makefile: add target to print generated files
This is helpful for automatic code analysis. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
e0e5c8583d
commit
9578f8cc3e
3
Makefile
3
Makefile
@ -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:'
|
||||||
|
Loading…
Reference in New Issue
Block a user