1#!/usr/bin/env bash
2#
3# Copyright 2016-2023 The Khronos Group Inc.
4#
5# SPDX-License-Identifier: Apache-2.0
6
7# makeAllExts - invoke Makefile with the right options to build with all
8# extensions included.
9
10./makeSpec -clean -spec all $*
11