Files
libkeke/test.sh
2025-03-28 04:11:37 -05:00

7 lines
118 B
Bash
Executable File

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