xhartae/compile.sh
2023-11-07 10:55:27 -05:00

8 lines
93 B
Bash

#!/bin/bash
set -xe
gcc -Wall -Wextra -Wpedantic -Werror -Ofast -o xhartae xhartae.c
exit