From: Michael S. Tsirkin Date: Mon, 19 Mar 2018 01:37:28 +0000 (+0200) Subject: Makefile: add target to print generated files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9578f8cc3e8bd71de8e3f543dc7b95644d64824e;p=qemu.git Makefile: add target to print generated files This is helpful for automatic code analysis. Signed-off-by: Michael S. Tsirkin --- diff --git a/Makefile b/Makefile index 677a54b082..f799390464 100644 --- a/Makefile +++ b/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:'