mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1045,6 +1045,9 @@ endif
|
|||
include $(SRC_PATH)/tests/docker/Makefile.include
|
||||
include $(SRC_PATH)/tests/vm/Makefile.include
|
||||
|
||||
printgen:
|
||||
@echo $(GENERATED_FILES)
|
||||
|
||||
.PHONY: help
|
||||
help:
|
||||
@echo 'Generic targets:'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue