From 9578f8cc3e8bd71de8e3f543dc7b95644d64824e Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 19 Mar 2018 03:37:28 +0200 Subject: Makefile: add target to print generated files This is helpful for automatic code analysis. Signed-off-by: Michael S. Tsirkin --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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:' -- cgit v1.2.1