mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Makefile reversion
This commit is contained in:
parent
f54e3abbee
commit
80f5b9b6da
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ clean:
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make all -C tools
|
make -C tools
|
||||||
python3 fixbaserom.py
|
python3 fixbaserom.py
|
||||||
python3 extract_baserom.py
|
python3 extract_baserom.py
|
||||||
python3 extract_assets.py
|
python3 extract_assets.py
|
||||||
|
|
Loading…
Reference in a new issue