xtandard/compile.sh

8 lines
109 B
Bash

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