xhartae/compile.sh

8 lines
99 B
Bash
Raw Normal View History

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