xarbon/compile.sh

8 lines
103 B
Bash
Raw Normal View History

2024-09-28 13:33:22 -04:00
#!/bin/bash
set -xe
gcc -ansi -Wall -Wextra -Wpedantic -Werror -Ofast -o xarbon xarbon.c -lpng
exit