aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorxolatile2025-04-29 14:56:34 +0200
committerxolatile2025-04-29 14:56:34 +0200
commit58073e11b73013569564dad22c617984046e6841 (patch)
tree701a013ec93d179533b45f7e898ede8a9bf0cd34 /compile.sh
downloadxolatile-xscii-master.tar.xz
xolatile-xscii-master.tar.zst
Added most complex program ever...HEADmaster
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
new file mode 100755
index 0000000..632e12c
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -xe
+
+gcc -std=gnu99 -w -Ofast -o xscii xscii.c
+
+exit