diff options
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..c4ad094 --- /dev/null +++ b/compile.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -xe + +gcc -std=gnu99 -w -Ofast -o xarbon xarbon.c -lpng + +exit |
