summaryrefslogtreecommitdiff
path: root/build_all.sh
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-04-07 00:13:00 +0200
committerMitya Selivanov <automainint@guattari.tech>2025-04-07 00:13:00 +0200
commit27c0b38e4ebc2f2e1b1fb49e684312ce58e0b78a (patch)
tree4cb0743d2534051956d308ff1fbba6b92ffe55d4 /build_all.sh
parente2ad36c4cd9f757b3843ac59c5c436819b70f442 (diff)
downloadreduced_system_layer-27c0b38e4ebc2f2e1b1fb49e684312ce58e0b78a.zip
Fix graphics cache glitch
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_all.sh b/build_all.sh
index e4674e4..3dcbaba 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -32,11 +32,11 @@ mkdir -p bin/web
# gcc $FLAGS_X11 -o ./bin/x11/graph ./examples/graph.c
# gcc $FLAGS_X11 -o ./bin/x11/julia_set ./examples/julia_set.c
# gcc $FLAGS_X11 -o ./bin/x11/sinewave ./examples/sinewave.c
-# gcc $FLAGS_X11 -o ./bin/x11/ui ./examples/ui.c
+gcc $FLAGS_X11 -o ./bin/x11/ui ./examples/ui.c
# gcc $FLAGS_X11 -o ./bin/x11/particles ./examples/particles.c
# gcc $FLAGS_X11 -o ./bin/x11/echo ./examples/echo.c
-gcc $FLAGS_X11 -o ./bin/x11/screenshot ./examples/screenshot.c
+# gcc $FLAGS_X11 -o ./bin/x11/screenshot ./examples/screenshot.c
# clang $FLAGS_WEB -o ./bin/web/graph.wasm ./examples/graph.c
# clang $FLAGS_WEB -o ./bin/web/julia_set.wasm ./examples/julia_set.c