xurses/compile.sh

8 lines
98 B
Bash
Raw Normal View History

2023-10-04 19:34:38 -04:00
#!/bin/bash
set -xe
gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -c -o xurses.o xurses.c
exit