xero/compile.sh

8 lines
89 B
Bash

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