mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Add justfile command for updating the linker script
This commit is contained in:
parent
fb8bcbfc0d
commit
b4d8f23bfb
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -50,6 +50,10 @@ build-book:
|
||||||
update-lockfiles:
|
update-lockfiles:
|
||||||
bash .github/scripts/update-lockfiles.sh
|
bash .github/scripts/update-lockfiles.sh
|
||||||
|
|
||||||
|
update-linker-scripts:
|
||||||
|
find -type f -name gba.ld | grep -v ./agb/gba.ld | xargs -n1 cp -v -- agb/gba.ld
|
||||||
|
find -type f -name gba_mb.ld | grep -v ./agb/gba_mb.ld | xargs -n1 cp -v -- agb/gba_mb.ld
|
||||||
|
|
||||||
_build-rom folder name:
|
_build-rom folder name:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
Loading…
Add table
Reference in a new issue