Makefile to import generated scripts and headers when doing a spec update

Motivated by recent problems building the SC 1.0.15 spec update - will
import to VulkanSC-Headers and tweak once it's proven out for
Vulkan-Headers.

The Makefile may need to be modified when directory structure is changed
or new files are added.
This commit is contained in:
Jon Leech 2024-06-22 01:14:54 -07:00 committed by Charles Giessen
parent 190d2cb24e
commit 67dcf5647c
2 changed files with 109 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/python3
#
# Copyright 2023 The Khronos Group Inc.
# Copyright 2023-2024 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
import argparse