diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2018-03-19 03:37:28 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2018-03-20 03:46:48 +0200 |
| commit | 9578f8cc3e8bd71de8e3f543dc7b95644d64824e (patch) | |
| tree | 0d415f9da9843132ef74e0c9faf7ce7af7548965 | |
| parent | e0e5c8583dd0f3912113011187ed7ef32f84c057 (diff) | |
| download | focaccia-qemu-9578f8cc3e8bd71de8e3f543dc7b95644d64824e.tar.gz focaccia-qemu-9578f8cc3e8bd71de8e3f543dc7b95644d64824e.zip | |
Makefile: add target to print generated files
This is helpful for automatic code analysis. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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:' |