forked from xolatile/xhartae
8 lines
93 B
Bash
8 lines
93 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
gcc -Wall -Wextra -Wpedantic -Werror -Ofast -o xhartae xhartae.c
|
|
|
|
exit
|