make expected rule for asm-differ

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-14 05:14:25 -03:00
parent b93c463b9b
commit 7f0d74e842
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
asm
expected
__pycache__
.splat/
starfox64.ld
starfox64.us.yaml

View File

@ -218,6 +218,12 @@ format:
checkformat:
@./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 ####