1
0
Fork 0
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:
Anghelo Carvajal 2021-05-26 19:40:48 -04:00 committed by GitHub
parent 201c9ec1cd
commit 45012658d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 18 deletions

View file

@ -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/