xource/compile.sh

8 lines
93 B
Bash

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