xiranda/compile.sh

8 lines
95 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
2024-03-31 22:58:48 -04:00
exit