aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorxolatile2025-04-27 02:32:20 +0200
committerxolatile2025-04-27 02:32:20 +0200
commitfa84ba406e4043f67069b8d059c63b92b1adf591 (patch)
tree5a3be59429aaa060228fc8dfa097a0e40e2b1163 /compile.sh
downloadxolatile-xop-fa84ba406e4043f67069b8d059c63b92b1adf591.tar.xz
xolatile-xop-fa84ba406e4043f67069b8d059c63b92b1adf591.tar.zst
Nopping...
Diffstat (limited to 'compile.sh')
-rw-r--r--compile.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
new file mode 100644
index 0000000..25070f9
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -xe
+
+gcc -std=gnu17 -w -Ofast -o xop xop.c
+
+exit