From: Michael S. Tsirkin Date: Mon, 19 Mar 2018 01:37:28 +0000 (+0200) Subject: Makefile: add target to print generated files X-Git-Tag: v2.12.0-rc0~2^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9578f8cc3e8bd71de8e3f543dc7b95644d64824e;p=thirdparty%2Fqemu.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 677a54b0820..f799390464d 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:'