mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Track XML extraction time (#826)
* extracted-assets.json * delete `.extracted-assets.json` in distclean * Move `rm .extracted-assets.json` to `assetclean`
This commit is contained in:
parent
201c9ec1cd
commit
45012658d3
3 changed files with 51 additions and 18 deletions
3
Makefile
3
Makefile
|
@ -183,7 +183,8 @@ clean:
|
|||
|
||||
assetclean:
|
||||
$(RM) -r $(ASSET_BIN_DIRS)
|
||||
$(RM) -r build/assets
|
||||
$(RM) -r build/assets
|
||||
$(RM) -r .extracted-assets.json
|
||||
|
||||
distclean: clean assetclean
|
||||
$(RM) -r baserom/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue