Commit 9578f8cc authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

Makefile: add target to print generated files



This is helpful for automatic code analysis.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent e0e5c858
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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:'