xiranda/compile.sh

9 lines
156 B
Bash
Raw Normal View History

2024-03-31 22:58:48 -04:00
#!/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
2024-03-31 22:58:48 -04:00
exit