blob: 1596cd7370b0ba4b59d6cecb7c05bb962ac09e2c [file] [log] [blame]
Gurchetan Singhcb8d37c2023-11-06 10:19:32 -08001#!/usr/bin/env bash
2#
3# Copyright 2016-2023 The Khronos Group Inc.
4#
5# SPDX-License-Identifier: Apache-2.0
6
7# makeKHR - invoke Makefile with the right options to build with all
8# KHR extensions included.
9
10# Usage: makeKHR targets
11
12# Load extension dependencies, generated from vk.xml
13./makeSpec -clean -spec khr $*