mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
make expected rule for asm-differ
This commit is contained in:
parent
b93c463b9b
commit
7f0d74e842
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
asm
|
asm
|
||||||
|
expected
|
||||||
|
__pycache__
|
||||||
.splat/
|
.splat/
|
||||||
starfox64.ld
|
starfox64.ld
|
||||||
starfox64.us.yaml
|
starfox64.us.yaml
|
||||||
|
6
Makefile
6
Makefile
@ -218,6 +218,12 @@ format:
|
|||||||
checkformat:
|
checkformat:
|
||||||
@./tools/check_format.sh -j $(nproc)
|
@./tools/check_format.sh -j $(nproc)
|
||||||
|
|
||||||
|
# asm-differ expected object files
|
||||||
|
expected:
|
||||||
|
mkdir -p expected/build
|
||||||
|
rm -rf expected/build/
|
||||||
|
cp -r build/ expected/build/
|
||||||
|
|
||||||
|
|
||||||
#### Various Recipes ####
|
#### Various Recipes ####
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user