xiranda/compile.sh

9 lines
156 B
Bash

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