xyntax/compile.sh

8 lines
105 B
Bash
Raw Normal View History

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