xighlight/compile.sh

8 lines
96 B
Bash
Raw Normal View History

2023-08-25 17:04:01 -04:00
#!/bin/bash
set -xe
2023-09-12 05:23:59 -04:00
gcc -ansi -Wall -Wextra -Wpedantic -Werror -o xighlight xighlight.c
2023-08-25 17:04:01 -04:00
exit