xhartae/compile.sh

8 lines
93 B
Bash
Raw Normal View History

#!/bin/bash
set -xe
2023-11-07 10:55:27 -05:00
gcc -Wall -Wextra -Wpedantic -Werror -Ofast -o xhartae xhartae.c
exit