From 85d792e257c6f073193c9bedad97fdc050ae1809 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 15 Dec 2025 11:08:46 -0500 Subject: [PATCH] Better handling of the glb.gz files. --- Makefile | 3 ++- basicmesh.glb.gz | Bin 33597 -> 33597 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e6f65d..e3bb9fb 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ shaders: dot -Tpng $< -o $@ %.glb: %.glb.gz - gunzip $< + gunzip -k $< build: basicmesh.glb meson compile -j 10 -C $(ROOT_DIR)/builddir @@ -56,6 +56,7 @@ debug_run: build clean: meson compile --clean -C builddir + rm -f basicmesh.glb debug_test: build gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests -e "[pathing]" diff --git a/basicmesh.glb.gz b/basicmesh.glb.gz index 5898895bc5261fb1090f4f76ff06dd3dca60f82a..50829341c32723916f10743d9e087e674d73c7d2 100644 GIT binary patch delta 18 Zcmdnn#