aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorxolatile2025-04-29 15:06:12 +0200
committerxolatile2025-04-29 15:06:12 +0200
commit563677d05001ac082721746db79aa915b10968ea (patch)
treed3aa65b164f1260841877f659d7897603174a4aa /compile.sh
downloadxolatile-xuxuxu-563677d05001ac082721746db79aa915b10968ea.tar.xz
xolatile-xuxuxu-563677d05001ac082721746db79aa915b10968ea.tar.zst
Added this for Anon...
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..58c2fac
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -xe
+
+gcc -std=gnu99 -w -Ofast -o xuxuxu xuxuxu.c -lpng
+
+exit