mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
compress the combo rom
This commit is contained in:
parent
9b36ae62e0
commit
582cce78c8
1
justfile
1
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)
|
||||
|
|
Loading…
Reference in a new issue