xerbia/compile.sh

8 lines
97 B
Bash
Raw Normal View History

2024-06-16 05:41:47 -04:00
#!/bin/bash
set -xe
gcc -ansi -Wall -Wextra -Wpedantic -Werror -Ofast -o xerbia xerbia.c
exit