Files
libkeke/test.sh
2025-03-28 04:30:07 -05:00

7 lines
135 B
Bash
Executable File

#!/bin/bash
rm test
cc=clang
test "" = "$(which clang 2>&1)" && cc=gcc
$cc -O2 -Wall -Wextra -Wno-c2x-extensions -o test test.c
./test