summaryrefslogtreecommitdiff
path: root/2026/examples/raylib/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '2026/examples/raylib/build.sh')
-rwxr-xr-x2026/examples/raylib/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/2026/examples/raylib/build.sh b/2026/examples/raylib/build.sh
deleted file mode 100755
index 93411e4..0000000
--- a/2026/examples/raylib/build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -xeu -o pipefail
-mkdir -p output
-emcc -I./raylib/src libraylib.a -s USE_GLFW=3 -s ASYNCIFY --shell-file ./raylib/src/minshell.html main.c -DPLATFORM_WEB -o output/index.html