diff options
Diffstat (limited to 'config/cc.sh')
-rwxr-xr-x | config/cc.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cc.sh b/config/cc.sh deleted file mode 100755 index 2b340c0..0000000 --- a/config/cc.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Copyright © Tavian Barnes <tavianator@tavianator.com> -# SPDX-License-Identifier: 0BSD - -# Run the compiler and check if it succeeded - -set -eux - -$CC $CPPFLAGS $CFLAGS $LDFLAGS "$@" $LDLIBS -o /dev/null |