xource/compile.sh

8 lines
100 B
Bash

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