From 582cce78c86621a2d9dc50ff521b1e79e3903c7d Mon Sep 17 00:00:00 2001 From: Corwin Date: Mon, 8 Apr 2024 03:23:19 +0100 Subject: [PATCH] compress the combo rom --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 2fa42ad5..d228a70c 100644 --- a/justfile +++ b/justfile @@ -110,6 +110,7 @@ build-site: build-combo-rom-site build-site-mgba-wrapper build-book cp book/book website/build/book -r cp website/app/build website/build/mgba -r cp examples/target/examples/combo.gba website/build/assets/combo.gba + gzip -9 -c website/build/assets/combo.gba > website/build/assets/combo.gba.gz _run-tool +tool: (cd tools && cargo build)